公告板
版本库
filestore
活动
搜索
登录
web-manage
/
web-manage
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交源码
seatonwan9
2025-08-14
a0fc5b1e703769a8936fd8671ec9cdd9adfda20a
[web-manage/web-manage.git]
/
src
/
components
/
Editor
/
index.ts
1
2
3
4
5
6
7
8
import Editor from './src/Editor.vue'
import { IDomEditor } from '@wangeditor/editor'
export interface EditorExpose {
getEditorRef: () => Promise<IDomEditor>
}
export { Editor }