We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2e359 commit 160f768Copy full SHA for 160f768
components/vc-checkbox/src/Checkbox.jsx
@@ -89,7 +89,6 @@ export default defineComponent({
89
if ('checked' in props) {
90
this.$refs.input.checked = props.checked;
91
}
92
- this.__emit('update:checked', eventObj);
93
this.__emit('change', eventObj);
94
this.eventShiftKey = false;
95
},
0 commit comments