mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
feat(CheckboxGroup): add icon-size prop (#4530)
This commit is contained in:
@@ -9,6 +9,7 @@ export default createComponent({
|
||||
props: {
|
||||
max: Number,
|
||||
disabled: Boolean,
|
||||
iconSize: [Number, String],
|
||||
value: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
|
Reference in New Issue
Block a user