feat(Checkbox): icon slot add disabled param (#8839)

This commit is contained in:
neverland
2021-06-09 10:14:24 +08:00
committed by GitHub
parent c426125e2c
commit 2e889b2641
7 changed files with 34 additions and 17 deletions
+4 -4
View File
@@ -194,10 +194,10 @@ export default {
### Radio Slots
| Name | Description | SlotProps |
| ------- | ------------ | ------------------ |
| default | Custom label | - |
| icon | Custom icon | _checked: boolean_ |
| Name | Description | SlotProps |
| ------- | ------------ | ----------------------------------------- |
| default | Custom label | - |
| icon | Custom icon | _{ checked: boolean, disabled: boolean }_ |
### Less Variables
+4 -4
View File
@@ -208,10 +208,10 @@ export default {
### Radio Slots
| 名称 | 说明 | 参数 |
| ------- | ---------- | ------------------ |
| default | 自定义文本 | - |
| icon | 自定义图标 | _checked: boolean_ |
| 名称 | 说明 | 参数 |
| ------- | ---------- | ----------------------------------------- |
| default | 自定义文本 | - |
| icon | 自定义图标 | _{ checked: boolean, disabled: boolean }_ |
### 样式变量