vue-cil3 运行报错
warnings potentially fixable with the `--fix` option.

将一下部分:"lint": "vue-cli-service lint" 修改为:eslint --fix --ext .js,.vue src

warnings potentially fixable with the `--fix` option.

将一下部分:"lint": "vue-cli-service lint" 修改为:eslint --fix --ext .js,.vue src
