babel.config.js 180 B

1234567
  1. /**
  2. * @author https://vue-admin-beautiful.com (不想保留author可删除)
  3. * @description babel.config
  4. */
  5. module.exports = {
  6. presets: ['@vue/cli-plugin-babel/preset'],
  7. }