[new feature] AddressEdit: add postal-validator prop (#4067)

This commit is contained in:
neverland
2019-08-08 19:08:46 +08:00
committed by GitHub
parent f520c221a9
commit bc4323b128
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -75,6 +75,7 @@ export default {
| is-saving | 是否显示保存按钮加载动画 | `boolean` | `false` | - |
| is-deleting | 是否显示删除按钮加载动画 | `boolean` | `false` | - |
| tel-validator | 手机号格式校验函数 | `string => boolean` | - | - |
| postal-validator | 邮政编码格式校验函数 | `string => boolean` | - | 2.1.2 |
| validator | 自定义校验函数 | `(key, value) => string` | - | - |
### Events