启动项目时报错

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中的配置一定要重新启动服务 

Logo

前往低代码交流专区

更多推荐