1 error and 0 warnings potentially fixable with the `--fix` option.

938 阅读1分钟

作为一个顶级菜鸟,总是会遇到各种问题,比如以下的问题 1.png 上网查了一下发现是因为lint格式造成的,我们可以在总目录下建一个vue.config.js文件

5.png

写上代码

module.exports = {
    lintOnSave:false
}

然后重启项目就可以了