fix checkbox not trigger input event bug

pull/5241/merge
baiyaaaaa 2017-06-15 19:16:02 +08:00 committed by 杨奕
parent 9756a3c33a
commit ba9a5d5ae3
1 changed files with 1 additions and 3 deletions

View File

@ -77,10 +77,8 @@
isLimitExceeded === false &&
this.dispatch('ElCheckboxGroup', 'input', [val]);
} else if (this.value !== undefined) {
this.$emit('input', val);
} else {
this.$emit('input', val);
this.selfModel = val;
}
}