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 c33706b commit 0a8d1acCopy full SHA for 0a8d1ac
src/Component.ts
@@ -69,7 +69,7 @@ export default defineComponent({
69
return
70
}
71
preventUpdate.value = true
72
- emit(updateModelValue as any, updatedContent.text === undefined
+ emit(updateModelValue, updatedContent.text === undefined
73
? updatedContent.json
74
: updatedContent.text)
75
}, 100)
0 commit comments