Skip to content

Commit

Permalink
fix(types): Component with 4 generics for Vue 2.6
Browse files Browse the repository at this point in the history
Fix #3786
  • Loading branch information
posva committed Sep 6, 2022
1 parent ede092d commit d6064df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Vue, {

type Component =
| {}
| _Component<any, any, any, any, any>
| _Component<any, any, any, any>
| AsyncComponent<any, any, any, any>

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

0 comments on commit d6064df

Please sign in to comment.