mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: add import tips (#10941)
This commit is contained in:
parent
1945c35b17
commit
8574339579
@ -210,6 +210,8 @@ const app = createApp();
|
||||
app.use(Vant);
|
||||
```
|
||||
|
||||
> 提示:在单个项目中不应该同时使用「全量引入」和「按需引入」,否则会导致代码重复、样式错乱等问题。
|
||||
|
||||
### 手动按需引入组件(不推荐)
|
||||
|
||||
在不使用任何构建插件的情况下,可以手动引入需要使用的组件和样式。
|
||||
|
Loading…
x
Reference in New Issue
Block a user