docs(checkbox): fix typo (#7039)

This commit is contained in:
bowen 2023-10-23 10:13:18 +08:00 committed by GitHub
parent 0abcd25b2a
commit bfcdba251f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Checkbox component.
| disabled | Disable all checkboxes | boolean | false | |
| name | The `name` property of all `input[type="checkbox"]` children | string | - | 1.5.0 |
| options | Specifies options, you can customize `label` with slot = "label" slot-scope="option" | string\[] \| Array<{ label: string value: string disabled?: boolean, indeterminate?: boolean, onChange?: function }> | \[] | |
| value(v-model) | Used for setting the currently selected value. | string\[] | \[] | |
| value(v-model) | Used for setting the currently selected value. | (boolean \| string \| number)\[] | \[] | |
#### events

View File

@ -41,7 +41,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*G3MjTYXL6AIAAA
| disabled | 整组失效 | boolean | false | |
| name | CheckboxGroup 下所有 `input[type="checkbox"]``name` 属性 | string | - | 1.5.0 |
| options | 指定可选项,可以通过 slot="label" slot-scope="option" 定制`label` | string\[] \| Array<{ label: string value: string disabled?: boolean, indeterminate?: boolean, onChange?: function }> | \[] | |
| value(v-model) | 指定选中的选项 | string\[] | \[] | |
| value(v-model) | 指定选中的选项 | (boolean \| string \| number)\[] | \[] | |
#### 事件