[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
+2 -2
View File
@@ -31,10 +31,10 @@ vue ui
### 安装
```bash
# 安装 vant 1.x 稳定版本
# 安装 1.x 稳定版本
npm i vant -S
# 安装 vant 2.0 测试版本
# 安装 2.0 测试版本
npm i vant@beta -S
```