Skip to content

Commit 0a8d1ac

Browse files
committed
remove: as any
1 parent c33706b commit 0a8d1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default defineComponent({
6969
return
7070
}
7171
preventUpdate.value = true
72-
emit(updateModelValue as any, updatedContent.text === undefined
72+
emit(updateModelValue, updatedContent.text === undefined
7373
? updatedContent.json
7474
: updatedContent.text)
7575
}, 100)

0 commit comments

Comments
 (0)