大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
启动项目时报错
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.
解决方法:
这样就解决了
代码如下:
lintOnSave:false //关闭eslint检查
修改完vue.config.js中的配置一定要重新启动服务
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/184537.html原文链接:https://javaforall.net