对象展开运算符时需要安装一个插件
1npm install --save-dev babel-plugin-transform-object-rest-spread
然后在 .babelrc文件中配置
123456{ "
2022-10-10