mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[bugfix] CheckboxGroup: v-model type check (#1254)
This commit is contained in:
@@ -11,7 +11,7 @@ export default create({
|
||||
name: 'checkbox-group',
|
||||
|
||||
props: {
|
||||
value: null,
|
||||
value: Array,
|
||||
disabled: Boolean,
|
||||
max: {
|
||||
default: 0,
|
||||
|
Reference in New Issue
Block a user