haochuan9421 / vue-ueditor-wrap

🚴Vue + 🚄UEditor + v-model双向绑定🚀
https://hc199421.gitee.io/vue-ueditor-wrap/
MIT License
1.6k stars 448 forks source link

组件中直接引用了ueditor.all.min.js,有什么方法可以引用ueditor.all.js #128

Closed dongH555 closed 4 years ago

dongH555 commented 4 years ago

组件中直接引用了ueditor.all.min.js,有什么方法可以引用ueditor.all.js

haochuan9421 commented 4 years ago

自己手动在index.html提前加载或者在main.js 里引入就行了,组件判断UEditor加载过了的话就不会再引用了