vue 运行时总是提示该错误

vue运行时总是出现下面的问题
http://eslint.org/docs/rules/...Expectedindentationof0spacesbutfound2该怎么解决
慕尼黑的夜晚无繁华
浏览 272回答 2
2回答

米脂

关闭eslint,在webpack.base.conf.js里面删掉下面:preLoaders:[{test:/\.vue$/,loader:'eslint',include:projectRoot,exclude:[/node_modules/,/ignore_lib/]},{test:/\.js$/,loader:'eslint',include:projectRoot,exclude:[/node_modules/,/ignore_lib/]}]

慕盖茨4494581

说到底就是首行缩进写的不对嘛,那就规范点按eslint写呗,要不然用eslint检测干嘛呢。你说呢?!是在不喜欢就把缩进检测关了把。你的首行缩进按理应该是2或4个空格啊,为啥是0?!
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript