//在 vue.config.js文件中添加
module.exports = {
devServer: {
overlay: {
warnings: false, //不显示警告
errors: false //不显示错误
}
},
lintOnSave: false //关闭eslint检查
}
05-13
660

08-12
1222

07-04
220

10-08
449
