浏览代码

feat: 富文本添加

IlhamTahir 1 年之前
父节点
当前提交
5fc0e7a334
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/Editor.vue

+ 0 - 1
src/components/Editor.vue

@@ -26,7 +26,6 @@ const valueHtml = computed({
   set: (value) => emit('update:modelValue', value)
 })
 
-const appStore = useAppStore()
 
 const editorConfig: Partial<IEditorConfig> = {
   placeholder: '请输入内容...',