报错内容:
Cannot read properties of undefined (reading 'imports')
image.png
依次安装:
npm install vue-quill-editor --save
npm install quill-image-resize-module --save
完之后,在vue.config.js中加入以下两行:
'window.Quill': 'quill/dist/quill.js','Quill': 'quill/dist/quill.js'
image.png
作者:顺小星
链接:https://www.jianshu.com/p/4e3d1c92477f
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。