vue中使用vant按需引入

babel.config.js

plugins: [
    ['import', {
      libraryName: 'vant',
      libraryDirectory: 'es',
      style: true
    }, 'vant']
  ]

 

posted @ 2021-10-27 14:42  小黄花呐  阅读(89)  评论(0编辑  收藏  举报