mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-19 13:35:07 +08:00
feat: add vue3(element-plus)
This commit is contained in:
8
yudao-ui-admin-vue3/src/components/Editor/index.ts
Normal file
8
yudao-ui-admin-vue3/src/components/Editor/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import Editor from './src/Editor.vue'
|
||||
import { IDomEditor } from '@wangeditor/editor'
|
||||
|
||||
export interface EditorExpose {
|
||||
getEditorRef: () => Promise<IDomEditor>
|
||||
}
|
||||
|
||||
export { Editor }
|
Reference in New Issue
Block a user