1. 基础安装和使用
    https://awesomejs.dev/for/vue...
  2. 扩展

  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


改改心情
411 声望6 粉丝

温故知新,用时再找