docs(area): columns-num only support number. (#5631)

This commit is contained in:
Yin Fan(尹凡) 2023-12-05 17:20:53 +08:00 committed by GitHub
parent 864a890e83
commit d869a8149f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ db.collection('region')
| value | 当前选中的省市区`code` | _string_ | - | | value | 当前选中的省市区`code` | _string_ | - |
| title | 顶部栏标题 | _string_ | - | | title | 顶部栏标题 | _string_ | - |
| area-list | 省市区数据,格式见下方 | _object_ | - | | area-list | 省市区数据,格式见下方 | _object_ | - |
| columns-num | 省市区显示列数3-省市区2-省市1-省 | _string \| number_ | `3` | | columns-num | 省市区显示列数3-省市区2-省市1-省 | _number_ | `3` |
| columns-placeholder | 列占位提示文字 | _string[]_ | `[]` | | columns-placeholder | 列占位提示文字 | _string[]_ | `[]` |
| loading | 是否显示加载状态 | _boolean_ | `false` | | loading | 是否显示加载状态 | _boolean_ | `false` |
| item-height | 选项高度 | _number_ | `44` | | item-height | 选项高度 | _number_ | `44` |