yarn add @babel/plugin-proposal-decorators
"babel": { "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": true } ] ], "presets": [ "react-app" ] }
React 添加装饰器依赖
原文:https://www.cnblogs.com/adolphRe/p/13158791.html