diff --git a/src/component.vue b/src/component.vue index 70be5dd..44edde7 100644 --- a/src/component.vue +++ b/src/component.vue @@ -55,6 +55,7 @@ export default { directives: { number: directive }, + emits: ['update:modelValue'], data() { return { maskedValue: this.modelValue,