Skip to content

Commit 79bb2b0

Browse files
committed
docs: add badges
1 parent e579c6e commit 79bb2b0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ English | [简体中文](./docs/README.zh-CN.md)
44

55
<p align="left">
66
<img src="https://img.shields.io/npm/v/json-editor-vue.svg" alt="npm package">
7-
<img src="http://img.badgesize.io/https://unpkg.com/json-editor-vue/dist/json-editor-vue.umd.js?compression=gzip&label=gziped">
7+
<img src="http://img.badgesize.io/https://unpkg.com/json-editor-vue/dist/json-editor-vue.umd.js?compression=gzip&label=gziped" alt="gziped">
88
<img src="https://img.shields.io/npm/dm/json-editor-vue" alt="downloads">
99
</p>
1010

11-
> JSON editor & viewer for Vue 2.6 / 2.7 / 3 & Nuxt 2 / 3, powered by [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).
12-
> svelte-jsoneditor is the successor of [jsoneditor](https://github.com/josdejong/jsoneditor), which ['has become hard to maintain, and the architecture needed a big overhaul'](https://github.com/josdejong/jsoneditor/issues/1223).
11+
> JSON editor & viewer for Vue 2.6 / 2.7 / 3 & Nuxt 2 / 3, powered by [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) (successor of [jsoneditor](https://github.com/josdejong/jsoneditor)).
1312
1413
<img src="./docs/light-theme.png" alt="light-theme"> &nbsp; <img src="./docs/dark-theme.png" alt="dark-theme">
1514

docs/README.zh-CN.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
<p align="left">
44
<img src="https://img.shields.io/npm/v/json-editor-vue.svg" alt="npm package">
5-
<img src="http://img.badgesize.io/https://unpkg.com/json-editor-vue/dist/json-editor-vue.umd.js?compression=gzip&label=gziped">
5+
<img src="http://img.badgesize.io/https://unpkg.com/json-editor-vue/dist/json-editor-vue.umd.js?compression=gzip&label=gziped" alt="gziped">
66
<img src="https://img.shields.io/npm/dm/json-editor-vue" alt="downloads">
77
</p>
88

9-
> JSON 编辑 & 预览工具,支持 Vue 2.6 / 2.7 / 3,支持 Nuxt 2 / 3,基于 [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor)
10-
> svelte-jsoneditor 是 [jsoneditor](https://github.com/josdejong/jsoneditor) 的继任者,作者开这个新坑的原因是[老库已难以维护、架构需要大改、体验亟待提升](https://github.com/josdejong/jsoneditor/issues/1223)
9+
> JSON 编辑 & 预览工具,支持 Vue 2.6 / 2.7 / 3,支持 Nuxt 2 / 3,基于 [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor)[jsoneditor](https://github.com/josdejong/jsoneditor) 的继任者)。
1110
1211
<img src="./light-theme.png" alt="light-theme"> &nbsp; <img src="./dark-theme.png" alt="dark-theme">
1312

0 commit comments

Comments
 (0)