[new feature] Area: reset method support code param

This commit is contained in:
陈嘉涵
2019-05-27 10:27:18 +08:00
parent 80a7b7cae9
commit 73f34be3a8
9 changed files with 17 additions and 16 deletions

View File

@@ -22,10 +22,10 @@ In the GUI, click on 'Dependencies' -> `Install Dependencies` and add `vant` to
### Install
```bash
# install vant 1.x
# install 1.x stable
npm i vant -S
# install vant 2.0 beta
# install 2.0 beta
npm i vant@beta -S
```