解决方案

1. 安装依赖
```
npm install eslint-plugin-vue
```
2. 修改.eslintrc.js文件
```
parser: 'vue-eslint-parser',
 3. 重启node即可

## 参考处
https://www.cnblogs.com/li1234yun/p/10806904.html

相关文章:

  • 2021-07-16
  • 2021-06-05
  • 2021-12-28
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-04-23
  • 2022-12-23
相关资源
相似解决方案