[Doc] update changelog

This commit is contained in:
陈嘉涵
2018-10-18 18:50:23 +08:00
parent 2228e46733
commit 2e8d7e0b4f
107 changed files with 810 additions and 1212 deletions
+4 -4
View File
@@ -66,7 +66,7 @@ export default {
### API
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
|------|------|------|------|
| v-model | Id of chosen address | String | - |
| list | Address list | Array | `[]` |
| disabled-list | Disabled address list | `Array` | `[]` |
@@ -77,7 +77,7 @@ export default {
### Event
| Event | Description | Arguments |
|-----------|-----------|-----------|
|------|------|------|
| add | Triggered when click add button | - |
| edit | Triggered when edit address | item: address objectindex |
| select | Triggered when select address | item: address objectindex |
@@ -87,7 +87,7 @@ export default {
### Address Data Structure
| key | Description | Type |
|-----------|-----------|-----------|
|------|------|------|
| id | Id | `String | Number` |
| name | Name | `String` |
| tel | Phone | `String` |
@@ -96,6 +96,6 @@ export default {
### Slot
| 名称 | 说明 |
|-----------|-----------|
|------|------|
| - | Custom content after list |
| top | Custom content before list |