vue-quill-editor 插件quill-image-r
2018-12-12 本文已影响0人
俗人彭jin
vue-quill-editor插件quill-image-resize-module 报错解决方法
首先上官网code
https://github.com/surmon-china/vue-quill-editor/blob/master/examples/04-example.vue
解决方式就是修改wabpack配置
webpack.dev.conf.js
webpack.prod.conf.js 添加上即可解决问题
new webpack.ProvidePlugin({
'window.Quill': 'quill/dist/quill.js',
'Quill': 'quill/dist/quill.js'
})