docs: add import tips (#10941)

This commit is contained in:
neverland 2022-08-20 22:28:05 +08:00 committed by GitHub
parent 1945c35b17
commit 8574339579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,6 +210,8 @@ const app = createApp();
app.use(Vant);
```
> 提示:在单个项目中不应该同时使用「全量引入」和「按需引入」,否则会导致代码重复、样式错乱等问题。
### 手动按需引入组件(不推荐)
在不使用任何构建插件的情况下,可以手动引入需要使用的组件和样式。