去掉vue-ueditor-wrap

This commit is contained in:
吕金泽 2022-03-18 20:24:04 +08:00
parent f8c2789972
commit 284823a671

View File

@ -1,5 +1,4 @@
import * as PlusIcons from '@element-plus/icons-vue'
import VueUeditorWrap from 'vue-ueditor-wrap'
import Treeselect from 'vue3-treeselect'
import 'vue3-treeselect/dist/vue3-treeselect.css'
import request from './request'
@ -28,7 +27,6 @@ const install = (app) => {
for(var key in PlusIcons) {
app.component(`El${key}`, PlusIcons[key])
}
app.use(VueUeditorWrap)
app.component('treeselect', Treeselect)
}
export default install