commiting change with default variables

This commit is contained in:
isaiM6
2022-07-28 17:27:35 -07:00
7 changed files with 31 additions and 8 deletions

View File

@@ -212,6 +212,7 @@ onMounted(() => {
if (editor.value) {
if (!view.value) initView(editor.value)
}
console.log("editor.value", editor.value)
})
watch(editor, () => {