feat(WIP): 새 에디터

This commit is contained in:
2021-12-13 03:24:14 +09:00
parent cafde950a4
commit 5cd2e9712e
5 changed files with 187 additions and 19 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
import "@scss/dipcenter.scss";
import "@scss/common_legacy.scss";
import TipTap from "./components/TipTap.vue";
import { defineComponent, reactive, ref } from "vue";
import { defineComponent } from "vue";
import { sammoAPI } from "./util/sammoAPI";
import { isString } from "lodash";
declare const editable: boolean;