Skip to content

Commit d6064df

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: types/router.d.ts

+1-1
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)