vue报错Expected indentation of 4 spaces but found 6,Missing space before function parentheses

自己做了一个vue的小demo,在开发过程中发现: 编译器终端经常报错类似: Expected indentation of 4 spaces but found 6 Missing space before function parentheses 但页面会正常显示,如图 检查发现是在初始化的时候默认安装了ESLint(代码检测工具,统一代码风格),解决方案是 1.找到bulid/webpack
相关文章
相关标签/搜索