Merged environment.ts and variables.ts

This commit is contained in:
isaiM6
2022-08-03 16:01:19 -07:00
parent 99f119d262
commit 775bf9a9c3
3 changed files with 24 additions and 9 deletions

View File

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