Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc0a8bc

Browse filesBrowse files
committed
fix: relax $emit type
1 parent 830b3b2 commit bc0a8bc
Copy full SHA for bc0a8bc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/vue.ts

Copy file name to clipboardExpand all lines: src/vue.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.