看控制台发现有webpack类名,应该是webpack搞出来的
解決办法
再vue.config.js中添加以下配置:
module.exports = defineConfig({
...
devServer: {
client: {
overlay: false
}
}
})
标签:errors,webpack,vue,Uncaught,runtime,弹窗
From: https://www.cnblogs.com/snail2018/p/17524760.html