mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
356 B
356 B
Vant Use
Vant Use 是从 Vant 实际应用场景中沉淀的 Vue 组合式 API 库。
安装
如果项目中已经安装了 Vant 3,则无须手动安装 Vant Use。
如果项目中未使用 Vant,可以通过 npm
或 yarn
手动安装 Vant Use。
# 通过 npm 安装
npm i @vant/use -S
# 通过 yarn 安装
yarn add @vant/use