vant-ui / vant-nuxt

Vant module for Nuxt
MIT License
78 stars 9 forks source link

使用 `@vant/nuxt` 问题 #3

Closed evanlong0803 closed 1 year ago

evanlong0803 commented 1 year ago

使用 @vant/nuxt 之后是否还需要在 nuxt.config.ts 中配置 transpile


build: {
  transpile: ['vant'],
}
tolking commented 1 year ago

不需要,它已经包含在模块里面

evanlong0803 commented 1 year ago

不需要,它已经包含在模块里面

好的,谢谢