Skip to content

Commit 9a5971d

Browse files
committed
2 parents 62db093 + a111896 commit 9a5971d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

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

4545
### Vue 3
4646

47-
```sh
47+
```shell
4848
npm add json-editor-vue vanilla-jsoneditor
4949
```
5050

@@ -156,7 +156,7 @@ createApp()
156156

157157
### Vue 2.7
158158

159-
```sh
159+
```shell
160160
npm add json-editor-vue vanilla-jsoneditor
161161
```
162162

@@ -268,7 +268,7 @@ Vue.use(JsonEditorVue, {
268268

269269
### Vue 2.6 or Earlier
270270

271-
```sh
271+
```shell
272272
npm add json-editor-vue vanilla-jsoneditor @vue/composition-api
273273
```
274274

@@ -402,7 +402,7 @@ Vue.use(JsonEditorVue, {
402402

403403
### Nuxt 3
404404

405-
```sh
405+
```shell
406406
npm add json-editor-vue vanilla-jsoneditor
407407
```
408408

@@ -464,7 +464,7 @@ const value = ref()
464464

465465
### Nuxt 2 + Vue 2.7
466466

467-
```sh
467+
```shell
468468
npm add json-editor-vue vanilla-jsoneditor
469469
```
470470

@@ -552,7 +552,7 @@ const value = ref()
552552

553553
### Nuxt 2 + Vue 2.6 or Earlier
554554

555-
```sh
555+
```shell
556556
npm add json-editor-vue vanilla-jsoneditor @vue/composition-api
557557
```
558558

docs/README.zh-CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
### Vue 3
4444

45-
```sh
45+
```shell
4646
npm add json-editor-vue vanilla-jsoneditor
4747
```
4848

@@ -154,7 +154,7 @@ createApp()
154154

155155
### Vue 2.7
156156

157-
```sh
157+
```shell
158158
npm add json-editor-vue vanilla-jsoneditor
159159
```
160160

@@ -266,7 +266,7 @@ Vue.use(JsonEditorVue, {
266266

267267
### Vue 2.6 或更早版本
268268

269-
```sh
269+
```shell
270270
npm add json-editor-vue vanilla-jsoneditor @vue/composition-api
271271
```
272272

@@ -400,7 +400,7 @@ Vue.use(JsonEditorVue, {
400400

401401
### Nuxt 3
402402

403-
```sh
403+
```shell
404404
npm add json-editor-vue vanilla-jsoneditor
405405
```
406406

@@ -462,7 +462,7 @@ const value = ref()
462462

463463
### Nuxt 2 + Vue 2.7
464464

465-
```sh
465+
```shell
466466
npm add json-editor-vue vanilla-jsoneditor
467467
```
468468

@@ -550,7 +550,7 @@ const value = ref()
550550

551551
### Nuxt 2 + Vue 2.6 或更早版本
552552

553-
```sh
553+
```shell
554554
npm add json-editor-vue vanilla-jsoneditor @vue/composition-api
555555
```
556556

0 commit comments

Comments
 (0)