mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
14 lines
193 B
Markdown
14 lines
193 B
Markdown
# Vant Use
|
|
|
|
Vant Use 是从 Vant 实际应用场景中沉淀的 Vue 组合式 API 库。
|
|
|
|
## 安装
|
|
|
|
```bash
|
|
# 通过 npm 安装
|
|
npm i @vant/use -S
|
|
|
|
# 通过 yarn 安装
|
|
yarn add @vant/use
|
|
```
|