Vue项目报错用“-fix”选项

文章描述:

Vue项目报错✖ 16 problems (16 errors, 0 warnings) 16 errors and 0 warnings potentially fixable with the `–fix` option.

1、打开 package.json 文件,找到下面的代码

2、将第8行修改为如下代码:

"lint": "eslint --fix --ext .js,.vue src"

 

3、然后重启运行项目

npm run serve

 

发布时间:2022/11/23

发表评论