lius
2023-08-14 b5db3a63dc67c2c8d720749b0476f871a0427a0a
1
2
3
4
5
6
module.exports = {
  presets: [
    ['@vue/app',
     { useBuiltIns: 'entry' }]
  ]
}