文件:.eslintrc.js
Expected indentation of 2 spaces but found 4
增加:
module.exports = {
rules: {
'indent': ['off', 2]
}
}
'Vue' is not defined
增加:
globals:{
'Vue': true
},~~~~
rule 'vue/no-parsing-error' was not found
'vue/no-parsing-error': [2,{
'x-invalid-end-tag': false
}]
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。