docs: fix format errors (#8919)

* docs: fix format errors

* docs: fix format errors
This commit is contained in:
踏学吾痕
2021-06-24 09:49:08 +08:00
committed by GitHub
parent 4f0ca629b2
commit ac3c5aa951
9 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -246,7 +246,7 @@ export default {
### Checkbox Props
| Attribute | Description | Type | Default |
| --- | --- | --- | --- | --- |
| --- | --- | --- | --- |
| v-model | Check status | _boolean_ | `false` |
| name | Checkbox name | _any_ | - |
| shape | Can be set to `square` | _string_ | `round` |
@@ -260,7 +260,7 @@ export default {
### CheckboxGroup Props
| Attribute | Description | Type | Default |
| --- | --- | --- | --- | --- |
| --- | --- | --- | --- |
| v-model | Names of all checked checkboxes | _any[]_ | - |
| disabled | Whether to disable all checkboxes | _boolean_ | `false` |
| max | Maximum amount of checked options | _number \| string_ | `0`(Unlimited) |