error Unexpected ‘debugger‘ statement no-debugger

eslint

D:\System File\Desktop\后台\test\test\src\components\HelloWorld.vue

19:5 error Unexpected 'debugger' statement no-debugger

✖ 1 problem (1 error, 0 warnings)

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 [eslint]

D:\System File\Desktop\后台\test\test\src\components\HelloWorld.vue

19:5 error Unexpected 'debugger' statement no-debugger

✖ 1 problem (1 error, 0 warnings)

webpack compiled with 1 error

解决方案:

debugger前写上 /* eslint-disable */

debugger

相关推荐
Lyyaoo.10 分钟前
What is Maven?
java·spring boot·maven
23.16 分钟前
【Java】NIO零拷贝:为何transferTo需要循环调用?
java·面试·nio
I_LPL20 分钟前
day48 代码随想录算法训练营 图论专题1
java·算法·深度优先·图论·广度优先·求职面试
架构师沉默21 分钟前
如果 Spring 没了,Java 会怎么样?
java·后端·架构
叶宇燚30 分钟前
Java整理--数据结构篇
java·开发语言·数据结构
吴声子夜歌42 分钟前
小程序——界面API(一)
java·javascript·小程序
予枫的编程笔记1 小时前
【面试专栏|Java并发编程】从Runnable到Callable,Java4种线程创建方式
java·多线程·thread·java面试·runnable·callable·java线程
野犬寒鸦1 小时前
SAP后端实习开发面试:操作系统与网络核心考点及Linux与Redis
java·服务器·网络·后端·面试
ServBay1 小时前
代码减半,10分钟彻底告别 Java 开发旧习
java·后端
MegaDataFlowers1 小时前
CRUD操作及配置解析
java·mybatis