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 d6064df

Browse filesBrowse files
committed
fix(types): Component with 4 generics for Vue 2.6
Fix #3786
1 parent ede092d commit d6064df
Copy full SHA for d6064df

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎types/router.d.ts

Copy file name to clipboardExpand all lines: types/router.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Vue, {
77

88
type Component =
99
| {}
10-
| _Component<any, any, any, any, any>
10+
| _Component<any, any, any, any>
1111
| AsyncComponent<any, any, any, any>
1212

1313
type Dictionary<T> = { [key: string]: T }

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.