当前位置: 首页>后端>正文

vue中使用quil富文本报错的问题

报错内容:

Cannot read properties of undefined (reading 'imports')

vue中使用quil富文本报错的问题,第1张

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'

vue中使用quil富文本报错的问题,第2张

image.png

作者:顺小星

链接:https://www.jianshu.com/p/4e3d1c92477f

来源:简书

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。


https://www.xamrdz.com/backend/3gm1922147.html

相关文章: