chore: 使用wangeditor-next 替换wangeditor

This commit is contained in:
xingyu4j
2025-10-15 11:29:20 +08:00
parent d4c8ddbd85
commit 4e870d6980
15 changed files with 1321 additions and 1281 deletions

View File

@@ -1,5 +1,5 @@
import Editor from './src/Editor.vue'
import { IDomEditor } from '@wangeditor/editor'
import { IDomEditor } from '@wangeditor-next/editor'
export interface EditorExpose {
getEditorRef: () => Promise<IDomEditor>