这个问题就是ES检查报错, 排查逻辑如下
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
ERROR in
/Users/mac/WebstormProject…
目录 1. 前言2. 解决方案2.1 方案 12.2 方案 2 3. 参考文献 1. 前言
今天使用WebStorm运行vue项目的时候出现了下面所示的错误:
D:\ws-workspace\src\components\userHome.vue384:18 error _ is defined but never used no-unused-vars
✖ 1 problem (1 error,…
项目增加了几个依赖包,npm i执行完后,每个文件的开头都出现了eslint报错,如下图 官网中有对 vue/script-setup-uses-vars 规则的说明,其对该规则的描述为 Prevent <script setup> variables used in <template> to be…