docs(ContactCard): fix missing editable prop (#10507)

This commit is contained in:
neverland 2022-04-15 11:38:34 +08:00 committed by GitHub
parent 8a36e7ad7d
commit 1df47afc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 12 deletions

View File

@ -77,12 +77,13 @@ export default {
### Props
| Attribute | Description | Type | Default |
| --------- | -------------------- | -------- | ------------------ |
| type | Can be set to `edit` | _string_ | `add` |
| name | Name | _string_ | - |
| tel | Phone | _string_ | - |
| add-text | Add card text | _string_ | `Add contact info` |
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| type | Can be set to `edit` | _string_ | `add` |
| name | Name | _string_ | - |
| tel | Phone | _string_ | - |
| add-text | Add card text | _string_ | `Add contact info` |
| editable | Whether to allow editing of contacts | _boolean_ | `true` |
### Events

View File

@ -71,12 +71,13 @@ export default {
### Props
| 参数 | 说明 | 类型 | 默认值 |
| -------- | ------------------------- | -------- | ------------ |
| type | 卡片类型,可选值为 `edit` | _string_ | `add` |
| name | 联系人姓名 | _string_ | - |
| tel | 联系人手机号 | _string_ | - |
| add-text | 添加时的文案提示 | _string_ | `添加联系人` |
| 参数 | 说明 | 类型 | 默认值 |
| -------- | ------------------------- | --------- | ------------ |
| type | 卡片类型,可选值为 `edit` | _string_ | `add` |
| name | 联系人姓名 | _string_ | - |
| tel | 联系人手机号 | _string_ | - |
| add-text | 添加时的文案提示 | _string_ | `添加联系人` |
| editable | 是否可以编辑联系人 | _boolean_ | `true` |
### Events