Skip to content

Commit e030ac4

Browse files
committed
improve the code
1 parent 3747fd6 commit e030ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineComponent({
107107
108108
const blur = () => {
109109
if (canEmit.value && emittedValue.value !== props.modelValue) {
110-
emit('update:model-value', emittedValue.value)
110+
change()
111111
}
112112
}
113113

0 commit comments

Comments
 (0)