feat(AddressEdit): add area-placeholder prop (#6023)

This commit is contained in:
Lindy
2020-04-10 15:44:09 +08:00
committed by GitHub
parent da4a94c9e0
commit e9f3936989
3 changed files with 11 additions and 8 deletions
+1
View File
@@ -67,6 +67,7 @@ export default {
|------|------|------|------|
| area-list | 地区列表 | *object* | - |
| area-columns-placeholder `v2.2.5` | 地区选择列占位提示文字 | *string[]* | `[]` |
| area-placeholder | 地区输入框占位提示文字 | *string* | `选择省 / 市 / 区` |
| address-info | 收货人信息初始值 | *AddressInfo* | `{}` |
| search-result | 详细地址搜索结果 | *SearchResult[]* | `[]` |
| show-postal | 是否显示邮政编码 | *boolean* | `false` |