关于vue.js:Vue-富文本vuequilleditor

  1. 根底装置和应用
    https://awesomejs.dev/for/vue…
  2. 扩大

    • 图片自定义上传模块(避免base64数据太长无奈插入数据库):quill-image-extend-module
    • 图片尺寸管制:quill-image-resize-module
  3. 扩大导入的问题

    • Cannot read property ‘imports’ of undefined

    解决形式:webpack配置

        plugins: [
            new webpack.ProvidePlugin({
                'window.Quill': 'quill/dist/quill.js',
                'Quill': 'quill/dist/quill.js'
            })
        ]
    • Cannot read property ‘register’ of undefined

    解决形式:装置quill-image-resize-module@1.0.0

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理