Skip to content

Commit

Permalink
vuejs#3566 | fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
izabela-grzeskowiak-allegro committed Oct 15, 2021
1 parent 57d8042 commit 6e7fed1
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 @@ -200,7 +200,7 @@ export interface Route {
path: string
name?: string | null
hash: string
query: Dictionary<string | (string | null)[]>
query: Dictionary<string | null | (string | null)[]>
params: Dictionary<string>
fullPath: string
matched: RouteRecord[]
Expand Down

0 comments on commit 6e7fed1

Please sign in to comment.