[Doc] AddressEdit: fix typo (#3940)

This commit is contained in:
neverland 2019-07-23 20:09:42 +08:00 committed by GitHub
parent e8ead39aa4
commit e81e5bd708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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` | - |

View File

@ -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` | - | - |