zhangherong
2025-03-21 8c2ed673efb306cc332cdf019c0fc01095cfa860
1
2
3
4
5
6
module.exports = {
  presets: [
    ['@vue/app',
     { useBuiltIns: 'entry' }]
  ]
}