mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 23:49:14 +08:00
[Doc] AddressEdit: fix typo (#3940)
This commit is contained in:
parent
e8ead39aa4
commit
e81e5bd708
@ -72,7 +72,7 @@ export default {
|
||||
| save-button-text | Save button text | `string` | `Save` |
|
||||
| delete-button-text | Delete button text | `string` | `Delete` |
|
||||
| detail-rows | Detail input rows | `number` | `1` |
|
||||
| detail-maxlenth | Detail maxlength | `number` | `200` |
|
||||
| detail-maxlength | Detail maxlength | `number` | `200` |
|
||||
| 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` | - |
|
||||
|
@ -71,7 +71,7 @@ export default {
|
||||
| save-button-text | 保存按钮文字 | `string` | `保存` | - |
|
||||
| delete-button-text | 删除按钮文字 | `string` | `删除` | - |
|
||||
| detail-rows | 详细地址输入框行数 | `number` | `1` |
|
||||
| detail-maxlenth | 详细地址最大长度 | `number` | `200` | 2.0.4 |
|
||||
| detail-maxlength | 详细地址最大长度 | `number` | `200` | 2.0.4 |
|
||||
| is-saving | 是否显示保存按钮加载动画 | `boolean` | `false` | - |
|
||||
| is-deleting | 是否显示删除按钮加载动画 | `boolean` | `false` | - |
|
||||
| tel-validator | 手机号格式校验函数 | `string => boolean` | - | - |
|
||||
|
Loading…
x
Reference in New Issue
Block a user