We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f778d commit 3a6127dCopy full SHA for 3a6127d
README.md
@@ -251,7 +251,7 @@ Vue.use(JsonEditorVue, {
251
<script src="https://unpkg.com/json-editor-vue@0.10"></script>
252
<script>
253
new Vue({
254
- components: { 'json-editor-vue': JsonEditorVue },
+ components: { JsonEditorVue },
255
data() {
256
return {
257
value: undefined,
docs/README.zh-CN.md
@@ -249,7 +249,7 @@ Vue.use(JsonEditorVue, {
249
250
0 commit comments