docs: update version description

This commit is contained in:
chenjiahan
2021-01-09 10:41:16 +08:00
parent fde4f40148
commit 663458e9ce
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -11,10 +11,10 @@
在现有项目中使用 Vant 时,可以通过 `npm``yarn` 进行安装:
```bash
# Vue 2 项目,安装 Vant 2.x 版本
# Vue 2 项目,安装 Vant 2
npm i vant -S
# Vue 3 项目,安装 Vant 3.x 版本
# Vue 3 项目,安装 Vant 3
npm i vant@next -S
```