新币+dapp app 前端
zzzz
2024-04-09 bc23e325692b72ab8ecae1e9d04f799224b3a52f
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']
  ]
}