引用写在main.js里面
import '../static/UE/ueditor.config.js'
import '../static/UE/ueditor.all.min.js'
import '../static/UE/lang/zh-cn/zh-cn.js'
import '../static/UE/ueditor.parse.min.js'
组件钩子调用
mounted() {
const _this = this;
this.editor = UE.getEditor('editor', this.config); // 初始化UE
},
这个怎么解决,跳转路由,UEditor不会初始化
潇湘沐
相关分类