jhzh
2024-08-13 c4f49ce2d78d38692b76bbc29f7804c36ef49d98
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']
  ]
}