解决You may use special comments to disable some warnings.

问题:运行vue项目出现:

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.

原因:烦人的Eslint的检测机制

解决:取消Eslint的检测机制,将config文件下index.js里面的userEslint的值改为false就可以了

 

 

posted @ 2019-08-07 10:25  lwming  阅读(5586)  评论(0编辑  收藏  举报