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
@@ -41,10 +41,10 @@
## Install
```bash
# Install vant 2.x for Vue 2 project
# Install Vant 2 for Vue 2 project
npm i vant -S
# Install vant 3.x for Vue 3 project
# Install Vant 3 for Vue 3 project
npm i vant@next -S
```