feat(AddressEdit): add tel-maxlength prop (#6869)

This commit is contained in:
neverland
2020-07-25 10:36:45 +08:00
committed by GitHub
parent b7a7e48eea
commit 08a554c5a2
4 changed files with 21 additions and 3 deletions
+1
View File
@@ -86,6 +86,7 @@ export default {
| is-saving | 是否显示保存按钮加载动画 | _boolean_ | `false` |
| is-deleting | 是否显示删除按钮加载动画 | _boolean_ | `false` |
| tel-validator | 手机号格式校验函数 | _string => boolean_ | - |
| tel-maxlength `v2.10.0` | 手机号最大长度 | _number \| string_ | - |
| postal-validator `v2.1.2` | 邮政编码格式校验函数 | _string => boolean_ | - |
| validator | 自定义校验函数 | _(key, val) => string_ | - |