@bdsoft/weditor
v1.1.1
Published
wangEditor二次包装
Downloads
6
Readme
主项目需要安装依赖: vue 别名 Vue element-plus 别名 ElementPlus @element-plus/icons-vue 别名 ElementPlusIconVue
组件调用注意事项:
需要改造此组件@wangeditor/editor-for-vue 在 main 中对 vue 进行 window 注入并重新打包
包含富文本编辑器和代码编辑器两种
import {bdSqlEditor} from '@bdsoft/weditor'
<bdSqlEditor ref="codeEditorRef" v-model:value="configForm.SQLStatement"
@update:value="configForm.SQLStatement = $event"></bdSqlEditor>