异常
解决方法
在.eslintrc中添加"legacyDecorators": true
属性
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},
在.eslintrc中添加"legacyDecorators": true
属性
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},