docs(Area): fix missing version tip of columns-placeholder (#4912)
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ Set `columns-num` with 2, you'll have a 2 level picker.
|
||||
| title | Toolbar title | *string* | - | - |
|
||||
| area-list | Area data | *object* | - | - |
|
||||
| columns-num | level of picker | *string \| number* | `3` | - |
|
||||
| columns-placeholder | placeholder of columns | *string[]* | `[]` | - |
|
||||
| columns-placeholder | placeholder of columns | *string[]* | `[]` | 2.2.5 |
|
||||
| item-height | Option height | *number* | `44` | - |
|
||||
| loading | Whether to show loading prompt | *boolean* | `false` | - |
|
||||
| visible-item-count | Count of visible columns | *number* | `5` | - |
|
||||
|
||||
@@ -61,7 +61,7 @@ Vue.use(Area);
|
||||
| title | 顶部栏标题 | *string* | - | - |
|
||||
| area-list | 省市区数据,格式见下方 | *object* | - | - |
|
||||
| columns-num | 显示列数,3-省市区,2-省市,1-省 | *string \| number* | `3` | - |
|
||||
| columns-placeholder | 列占位提示文字 | *string[]* | `[]` | - |
|
||||
| columns-placeholder | 列占位提示文字 | *string[]* | `[]` | 2.2.5 |
|
||||
| loading | 是否显示加载状态 | *boolean* | `false` | - |
|
||||
| item-height | 选项高度 | *number* | `44` | - |
|
||||
| visible-item-count | 可见的选项个数 | *number* | `5` | - |
|
||||
|
||||
Reference in New Issue
Block a user