docs: shoud install vant@next

This commit is contained in:
chenjiahan
2020-08-21 11:43:21 +08:00
parent 435c6ee794
commit 569c6daeb0
4 changed files with 8 additions and 8 deletions

View File

@@ -23,10 +23,10 @@ In the GUI, click on 'Dependencies' -> `Install Dependencies` and add `vant` to
```bash
# Using npm
npm i vant -S
npm i vant@next -S
# Using yarn
yarn add vant
yarn add vant@next
```
## Usage