소스 검색

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: '请输入内容...',