File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ English | [简体中文](./docs/README.zh-CN.md)
4444
4545### Vue 3
4646
47- ``` sh
47+ ``` shell
4848npm add json-editor-vue vanilla-jsoneditor
4949```
5050
@@ -156,7 +156,7 @@ createApp()
156156
157157### Vue 2.7
158158
159- ``` sh
159+ ``` shell
160160npm 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
272272npm 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
406406npm 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
468468npm 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
556556npm add json-editor-vue vanilla-jsoneditor @vue/composition-api
557557```
558558
Original file line number Diff line number Diff line change 4242
4343### Vue 3
4444
45- ``` sh
45+ ``` shell
4646npm add json-editor-vue vanilla-jsoneditor
4747```
4848
@@ -154,7 +154,7 @@ createApp()
154154
155155### Vue 2.7
156156
157- ``` sh
157+ ``` shell
158158npm 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
270270npm 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
404404npm 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
466466npm 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
554554npm add json-editor-vue vanilla-jsoneditor @vue/composition-api
555555```
556556
You can’t perform that action at this time.
0 commit comments