vue运行时总是出现下面的问题http://eslint.org/docs/rules/...Expectedindentationof0spacesbutfound2该怎么解决
2 回答
米脂
TA贡献1836条经验 获得超3个赞
关闭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
TA贡献1850条经验 获得超11个赞
说到底就是首行缩进写的不对嘛,那就规范点按eslint写呗,要不然用eslint检测干嘛呢。你说呢?!是在不喜欢就把缩进检测关了把。你的首行缩进按理应该是2或4个空格啊,为啥是0?!
添加回答
举报
0/150
提交
取消