docs(Radio): improve param type

This commit is contained in:
陈嘉涵
2020-02-08 20:22:57 +08:00
parent 06513a985f
commit 779c83bd67
4 changed files with 10 additions and 10 deletions

View File

@@ -225,7 +225,7 @@ export default {
| Name | Description | SlotProps |
|------|------|------|
| default | Custom label | - |
| icon | Custom icon | checked: whether to be checked |
| icon | Custom icon | *checked: boolean* |
### CheckboxGroup Methods

View File

@@ -241,7 +241,7 @@ export default {
| 名称 | 说明 | SlotProps |
|------|------|------|
| default | 自定义文本 | - |
| icon | 自定义图标 | checked: 是否为选中状态 |
| icon | 自定义图标 | *checked: boolean* |
### CheckboxGroup 方法