[new feature] ActionSheet: support use both title and actions

This commit is contained in:
陈嘉涵
2019-05-05 16:30:30 +08:00
parent e83abd30fe
commit 3baca58f0d
6 changed files with 117 additions and 65 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
## AddressEdit
### Install
``` javascript
import { AddressEdit } from 'vant';
@@ -11,7 +12,6 @@ Vue.use(AddressEdit);
#### Basic Usage
```html
<van-address-edit
:area-list="areaList"