1.使用eslint代码检查时,常见的的错误: 1.1 Expected indentation of 0 spaces but found 1 前面的空格个数不对.应该不能有空格. 1.2 Strings must use singlequote 必须使用单引号 1.3The template root requires exactly one element <template>标签下必须有个根标签 2. There are multiple modules with names that…