diff --git a/packages/vant/src/contact-card/README.md b/packages/vant/src/contact-card/README.md index 3912c0c32..3986f4368 100644 --- a/packages/vant/src/contact-card/README.md +++ b/packages/vant/src/contact-card/README.md @@ -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 diff --git a/packages/vant/src/contact-card/README.zh-CN.md b/packages/vant/src/contact-card/README.zh-CN.md index dfe21881d..806b65a77 100644 --- a/packages/vant/src/contact-card/README.zh-CN.md +++ b/packages/vant/src/contact-card/README.zh-CN.md @@ -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