feat(RadioGroup): add checked-color prop (#4532)

This commit is contained in:
neverland
2019-09-22 18:29:27 +08:00
committed by GitHub
parent a64c607d71
commit 9e1758c1d8
5 changed files with 31 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@ export default createComponent({
props: {
value: null,
disabled: Boolean,
checkedColor: String,
iconSize: [Number, String]
},