Blame view

babel.config.js 53 Bytes
80a28914e   吉鹏   init
1
  module.exports = {
d7d9c38c2   Adam   auto commit the c...
2
3
    presets: [
      '@vue/app'
80a28914e   吉鹏   init
4
5
    ]
  }