Skip to content

Commit bc0a8bc

Browse files
committed
fix: relax $emit type
1 parent 830b3b2 commit bc0a8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export type Vue<Props = unknown> = ComponentPublicInstance<
115115
{},
116116
{},
117117
{},
118-
{},
118+
Record<string, any>,
119119
Props
120120
> &
121121
ClassComponentHooks

0 commit comments

Comments
 (0)