mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
docs: prefer using externalVue in nuxt 3 (#10978)
This commit is contained in:
parent
95542bf06e
commit
84b05f0668
@ -223,8 +223,8 @@ When using Vant in Nuxt 3, you should add `/vant/` to the `build.transpile`:
|
||||
import { defineNuxtConfig } from 'nuxt';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: [/vant/],
|
||||
experimental: {
|
||||
externalVue: true,
|
||||
},
|
||||
});
|
||||
```
|
||||
|
@ -228,8 +228,8 @@ import 'vant/es/image-preview/style';
|
||||
import { defineNuxtConfig } from 'nuxt';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: [/vant/],
|
||||
experimental: {
|
||||
externalVue: true,
|
||||
},
|
||||
});
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user