mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
fix checkbox not trigger input event bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user