Commit ba9a5d5a authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

fix checkbox not trigger input event bug

parent 9756a3c3
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment