feat(ContactList): refactor style & add new prop defaultTagText (#5089)
This commit is contained in:
@@ -159,6 +159,7 @@ export default {
|
||||
| v-model | 当前选中联系人的 id | *string \| number* | - | - |
|
||||
| list | 联系人列表 | *Contact[]* | `[]` | - |
|
||||
| add-text | 新建按钮文案 | *string* | `新建联系人` | - |
|
||||
| default-tag-text | 默认联系人标签文案 | *string* | - | - |
|
||||
|
||||
### ContactList Events
|
||||
|
||||
@@ -194,3 +195,4 @@ export default {
|
||||
| id | 每位联系人的唯一标识 | *string \| number* |
|
||||
| name | 联系人姓名 | *string* |
|
||||
| tel | 联系人手机号 | *string \| number* |
|
||||
| isDefault | 是否为默认联系人 | *boolean* |
|
||||
|
||||
Reference in New Issue
Block a user