[new feature] ActionSheet: support use both title and actions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user