mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Doc] detailed Array typing
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| v-model | Names of all checked checkboxes | `Array` | - |
|
||||
| v-model | Names of all checked checkboxes | `any[]` | - |
|
||||
| disabled | Disable all checkboxes | `boolean` | `false` |
|
||||
| max | Maximum amount of checked options | `number` | `0`(Unlimited) |
|
||||
|
||||
|
@@ -160,7 +160,7 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| v-model | 所有选中项的标识符 | `Array` | - | - |
|
||||
| v-model | 所有选中项的标识符 | `any[]` | - | - |
|
||||
| disabled | 是否禁用所有复选框 | `boolean` | `false` | - |
|
||||
| max | 设置最大可选数,0 为无限制 | `number` | `0` | - |
|
||||
|
||||
|
Reference in New Issue
Block a user