zhangherong
2025-04-07 c18451867caad27d831caaec2e6abe4141160dd1
1
2
3
4
5
6
module.exports = {
  presets: [
    ['@vue/app',
     { useBuiltIns: 'entry' }]
  ]
}