Skip to content

Commit 7948b59

Browse files
authored
docs(Area): fix missing version tip of columns-placeholder (youzan#4912)
1 parent 7942a31 commit 7948b59

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/address-edit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
| Attribute | Description | Type | Default | Version |
6666
|------|------|------|------|------|
6767
| area-list | Area List | *object* | - | - |
68-
| area-columns-placeholder | placeholder of area columns | *string[]* | `[]` | - |
68+
| area-columns-placeholder | placeholder of area columns | *string[]* | `[]` | 2.2.5 |
6969
| address-info | Address Info | *AddressInfo* | `{}` | - |
7070
| search-result | Address search result | *SearchResult[]* | `[]` | - |
7171
| show-postal | Whether to show postal field | *boolean* | `false` | - |

src/address-edit/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
| 参数 | 说明 | 类型 | 默认值 | 版本 |
6666
|------|------|------|------|------|
6767
| area-list | 地区列表 | *object* | - | - |
68-
| area-columns-placeholder | 地区选择列占位提示文字 | *string[]* | `[]` | - |
68+
| area-columns-placeholder | 地区选择列占位提示文字 | *string[]* | `[]` | 2.2.5 |
6969
| address-info | 收货人信息初始值 | *AddressInfo* | `{}` | - |
7070
| search-result | 详细地址搜索结果 | *SearchResult[]* | `[]` | - |
7171
| show-postal | 是否显示邮政编码 | *boolean* | `false` | - |

src/area/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Set `columns-num` with 2, you'll have a 2 level picker.
6262
| title | Toolbar title | *string* | - | - |
6363
| area-list | Area data | *object* | - | - |
6464
| columns-num | level of picker | *string \| number* | `3` | - |
65-
| columns-placeholder | placeholder of columns | *string[]* | `[]` | - |
65+
| columns-placeholder | placeholder of columns | *string[]* | `[]` | 2.2.5 |
6666
| item-height | Option height | *number* | `44` | - |
6767
| loading | Whether to show loading prompt | *boolean* | `false` | - |
6868
| visible-item-count | Count of visible columns | *number* | `5` | - |

src/area/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Vue.use(Area);
6161
| title | 顶部栏标题 | *string* | - | - |
6262
| area-list | 省市区数据,格式见下方 | *object* | - | - |
6363
| columns-num | 显示列数,3-省市区,2-省市,1-省 | *string \| number* | `3` | - |
64-
| columns-placeholder | 列占位提示文字 | *string[]* | `[]` | - |
64+
| columns-placeholder | 列占位提示文字 | *string[]* | `[]` | 2.2.5 |
6565
| loading | 是否显示加载状态 | *boolean* | `false` | - |
6666
| item-height | 选项高度 | *number* | `44` | - |
6767
| visible-item-count | 可见的选项个数 | *number* | `5` | - |

0 commit comments

Comments
 (0)