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 7132011 commit f69c5d6Copy full SHA for f69c5d6
apps/web/src/components/editor/CustomUploadForm.vue
@@ -64,7 +64,7 @@ onMounted(() => {
64
})
65
66
function formCustomSave() {
67
- const str = editor.value!.getValue()
+ const str = toRaw(editor.value!).getValue()
68
localStorage.setItem(`formCustomConfig`, str)
69
toast.success(`保存成功`)
70
}
0 commit comments