摘要: 1. 扩展eslintConfig配置 { "eslintConfig": { ... "parserOptions": { ... "ecmaFeatures": { "legacyDecorators": true } } ... } } 2. 关闭Vetur提示(项目级别) { "vetur. 阅读全文
posted @ 2021-05-24 18:10 前端小鑫同学 阅读(38) 评论(0) 推荐(0)