vant/packages/vant-use/README.md
2021-06-04 17:55:21 +08:00

18 lines
356 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Vant Use
Vant Use 是从 Vant 实际应用场景中沉淀的 Vue 组合式 API 库。
## 安装
如果项目中已经安装了 Vant 3则无须手动安装 Vant Use。
如果项目中未使用 Vant可以通过 `npm``yarn` 手动安装 Vant Use。
```bash
# 通过 npm 安装
npm i @vant/use -S
# 通过 yarn 安装
yarn add @vant/use
```