fix(Checkbox): only the icon is clickable when label-disabled

This commit is contained in:
陈嘉涵
2020-01-11 08:54:07 +08:00
parent 4ed3bd4c7e
commit 3d10d42fcc
10 changed files with 82 additions and 56 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default {
### Custom Icon Size
```html
<van-checkbox v-model="checked" icon-size="25px">Checkbox</van-checkbox>
<van-checkbox v-model="checked" icon-size="24px">Checkbox</van-checkbox>
```
### Custom Icon