quill 应用时报错解决办法,在 vue.config.js 文件中增加如下代码 chainWebpack: config => {config.plugin('provide').use(webpack.ProvidePlugin, [{'window.Quill': 'quill'}]) }