美文网首页
vue-quill-editor 插件quill-image-r

vue-quill-editor 插件quill-image-r

作者: 俗人彭jin | 来源:发表于2018-12-12 23:53 被阅读0次

    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'
        })
    

    相关文章

      网友评论

          本文标题:vue-quill-editor 插件quill-image-r

          本文链接:https://www.haomeiwen.com/subject/lbvmhqtx.html