这个是 lint格式造成的,在总目录下新建一个vue.config.js文件,
输入以下代码
module.exports = {
lintOnSave:false
}
重启一下软件
1 problem (1 error, 0 warnings) 1 error and 0 warnings potentially fixable with the `--fix` option
阅读 62
2022-03-11
这个是 lint格式造成的,在总目录下新建一个vue.config.js文件,
输入以下代码
module.exports = {
lintOnSave:false
}
重启一下软件
相关推荐
精彩评论(0)