We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c90e2 commit 0cc2203Copy full SHA for 0cc2203
src/component.vue
@@ -55,6 +55,7 @@ export default {
55
directives: {
56
number: directive
57
},
58
+ emits: ['update:modelValue'],
59
data() {
60
return {
61
maskedValue: this.modelValue,
0 commit comments