[bugfix] CheckboxGroup: v-model type check (#1254)

This commit is contained in:
neverland
2018-06-09 22:28:59 +08:00
committed by GitHub
parent 9086b1c869
commit 937078c64d
4 changed files with 3 additions and 105 deletions

View File

@@ -11,7 +11,7 @@ export default create({
name: 'checkbox-group',
props: {
value: null,
value: Array,
disabled: Boolean,
max: {
default: 0,