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
+2 -1
View File
@@ -8,7 +8,8 @@ export default createComponent({
props: {
value: null,
disabled: Boolean
disabled: Boolean,
iconSize: [Number, String]
},
watch: {