Quill uses the troubleshooting method to add the following code to the vue.config.js file

chainWebpack: config => {    
    config.plugin('provide').use(webpack.ProvidePlugin, [{
        'window.Quill': 'quill'
    }])
}