用Vue-li3跑项目的时候报错:3 errors and 0 warnings potentially fixable with the `--fix` option.

解决方法1:

注释掉.eslintrc.js文件中的’@vue/standard’

用Vue-li3跑项目的时候报错:3 errors and 0 warnings potentially fixable with the `--fix` option.

解决方法2:

vue.config.js中将以下三项设置为false

devServer: {
        overlay: {
            warnings: false,
            errors: false
        },
        lintOnSave: false
}

 

 

用Vue-li3跑项目的时候报错:3 errors and 0 warnings potentially fixable with the `--fix` option.

上一篇:arp代理


下一篇:身份运算符 is is not 位运算符