zhangzengfei
2021-11-19 bf288c266fc43e114616250e55652f7509e77bc8
1
2
3
4
5
6
7
/**
 * @author chuzhixin 1204505056@qq.com (不想保留author可删除)
 * @description babel.config
 */
module.exports = {
  presets: ['@vue/cli-plugin-babel/preset'],
}