./src/App.vue Module Error (from ./node_modules/eslint-loader/index.js):
18:1 error Expected indentation of 2 spaces but found 0 indent
18:6 error Missing space before value for key ‘name’ key-spacing
24:9 error Newline required at end of file but not found eol-last
类似这样的。
保存之后会自动加上,单引号变成双引号
eslint是语法检查,你不符合它的语法就会报错。如果不想要可以把eslint去掉。