dcc
2024-06-28 5689b9a7ba7513307bb319b871f5e1f01876f4d8
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins: [
    ['import', {
      libraryName: 'vant',
      libraryDirectory: 'es',
      style: true
    }, 'vant']
  ]
}