diff --git a/demo/vue3/index.vue b/demo/vue3/index.vue index 69f089e..62a62c3 100644 --- a/demo/vue3/index.vue +++ b/demo/vue3/index.vue @@ -28,7 +28,7 @@ const data = reactive({ c: 'd', }, }, - mode: undefined, + mode: 'text', readOnly: false, parser: LosslessJSONParser, }) @@ -37,7 +37,7 @@ const jsonEditorVueRef = ref() onMounted(() => { jsonEditorVueRef.value.jsonEditor.focus() }) -const stringified = ref(true) +const stringified = ref(false)