babel.config.js 84 B

123456
  1. module.exports = {
  2. presets: [
  3. '@vue/app',
  4. '@vue/babel-preset-jsx',
  5. ],
  6. }