docs(changelog): 2.3.0-beta.2

This commit is contained in:
陈嘉涵
2019-12-07 08:51:58 +08:00
parent d53a65600b
commit 650e479313
12 changed files with 69 additions and 17 deletions
+3 -3
View File
@@ -155,7 +155,7 @@ export default {
| v-model | Id of chosen contact | *string \| number* | - | - |
| list | Contact list | *Contact[]* | `[]` | - |
| add-text | Add button text | *string* | `Add new contact` | - |
| default-tag-text | Default tag text | *string* | - | - |
| default-tag-text | Default tag text | *string* | - | 2.3.0 |
### ContactList Events
@@ -175,8 +175,8 @@ export default {
| is-saving | Whether to show save button loading status | *boolean* | `false` | - |
| is-deleting | Whether to show delete button loading status | *boolean* | `false` | - |
| tel-validator | The method to validate tel | *(tel: string) => boolean* | - | - |
| show-set-default | Whether to show default contact switch | *boolean* | `false` | - |
| set-default-label | default contact switch label | *string* | - | - |
| show-set-default | Whether to show default contact switch | *boolean* | `false` | 2.3.0 |
| set-default-label | default contact switch label | *string* | - | 2.3.0 |
### ContactEdit Events