前端提示警告:You may use special comments to disable some warnings.

关于vue开发时前端报警告如下图所示:
前端提示警告:You may use special comments to disable some warnings._第1张图片
这是由于eslint是一个语法检查器,但是非常严格,有一丁点的错误就会警告甚至报错,因此我们可以选择关闭它,在build/webpack.base.conf.js里边,
前端提示警告:You may use special comments to disable some warnings._第2张图片

将其注释或者删掉都可,然后再npm run dev就正常了。

你可能感兴趣的:(前端,vue)