Explorar o código

feat: 富文本添加

IlhamTahir hai 1 ano
pai
achega
5fc0e7a334
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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: '请输入内容...',