From 71ba35783db2d61d720dd0491f6c6249f67c3c3f Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:24:51 +0800 Subject: [PATCH] release: v0.15.2 --- demo/vue3/index.vue | 4 +- jsr.json | 2 +- package.json | 24 +- pnpm-lock.yaml | 2005 ++++++++++++++++++++++++------------------- 4 files changed, 1124 insertions(+), 911 deletions(-) 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)