react 项目支持 装饰器写法 Support for the experimental syntax 'decorators-legacy' isn't currently enabled
npminstall@babel/plugin-proposal-decorators安装后再package.json里面加一句话(babel里面plugins那句):"babel":{"plugins":[["@babel/plugin-proposal-decorators",{"legacy":true}]],"presets":["react-app"]},