- 基础安装和使用
https://awesomejs.dev/for/vue... 扩展
- 图片自定义上传模块(防止base64数据太长无法插入数据库):quill-image-extend-module
- 图片尺寸控制:quill-image-resize-module
扩展导入的问题
- 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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。