[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
2 changed files with 2 additions and 2 deletions
+1 -1
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` | - | - |