異常

異常.png
解決方法
在.eslintrc中添加"legacyDecorators": true屬性
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},
在.eslintrc中添加"legacyDecorators": true屬性
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},