feat(RadioGroup): add icon-size prop (#4529)

This commit is contained in:
neverland
2019-09-22 17:17:29 +08:00
committed by GitHub
parent 6e5e2f22a9
commit 314cfa6a14
6 changed files with 52 additions and 19 deletions
+1
View File
@@ -125,6 +125,7 @@ export default {
|------|------|------|------|------|
| v-model | Name of checked radio | *any* | - | - |
| disabled | Disable all radios | *boolean* | `false` | - |
| icon-size | Icon size of all radios | *string \| number* | `20px` | 2.2.3 |
### Radio Events