基础安装和使用https://awesomejs.dev/for/vue...扩展图片自定义上传模块(防止base64数据过长无法插入数据库):quill-image-extend-moduleimagesizecontrol:quill-image-resize-moduleextendedimportproblemCannotreadproperty'imports'ofundefined解决方法:webpack配置插件:[newwebpack.ProvidePlugin({'window.Quill':'quill/dist/quill.js','Quill':'quill/dist/quill.js'})]Cannotreadproperty'register'ofundefined解决办法:安装quill-image-resize-module@1.0.0
