feat(CheckboxGroup): add icon-size prop (#4530)

This commit is contained in:
neverland
2019-09-22 17:26:56 +08:00
committed by GitHub
parent 314cfa6a14
commit 3f4ec83145
5 changed files with 42 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ export default createComponent({
props: {
max: Number,
disabled: Boolean,
iconSize: [Number, String],
value: {
type: Array,
default: () => []