Skip to content

Commit ff8c40c

Browse files
committed
docs: wording
1 parent d08f8e8 commit ff8c40c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66

77
<p align="center">
8-
Vue 2.6/2.7/3 & Nuxt 2/3 all-in-one universal JSON editor, viewer, formatter and validator.
8+
Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.
99
<br>
1010
English | <a href="./docs/README.zh-CN.md">简体中文</a>
1111
<br>
@@ -35,8 +35,8 @@
3535
- 2 themes: light theme & dark theme
3636
- Handle large JSON documents up to 512 MB
3737
- Support all 7 primitive data types including `BigInt` and `Symbol`
38-
- Vue 2.6/2.7/3 all-in-one
39-
- Support SSR (Nuxt 2/3 all-in-one)
38+
- Vue 2.6/2.7/3 isomorphic
39+
- Support SSR (Nuxt 2/3 isomorphic)
4040
- Support Vite, Vue CLI, webpack, CDN...
4141
- Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...)
4242
- Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config))

docs/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- 支持全部 7 种原始数据类型包括 `BigInt` and `Symbol`
3838
- Vue 2.6/2.7/3 一体通用
3939
- 支持 SSR (Nuxt 2/3 一体通用)
40-
- 支持 Vite,Vue CLI,webpack,CDN……
40+
- 支持 Vite,Vue CLI,webpack,CDN...
4141
- 支持微前端 ([wujie](https://github.com/Tencent/wujie)[qiankun](https://github.com/umijs/qiankun)[single-spa](https://github.com/single-spa/single-spa)……)
4242
- 局部注册并传参,或全局注册并传参 ([vue-global-config](https://github.com/cloydlau/vue-global-config) 提供技术支持)
4343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"PascalCasedName": "JsonEditorVue",
44
"version": "0.10.18",
55
"private": false,
6-
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 all-in-one universal JSON editor, viewer, formatter and validator.",
6+
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
77
"author": "Cloyd Lau",
88
"license": "MIT",
99
"repository": "https://github.com/cloydlau/json-editor-vue",

0 commit comments

Comments
 (0)