Skip to content

Commit 1ee9a1b

Browse files
authored
correct typedef of Route
1 parent 5b67bfd commit 1ee9a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/router.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export interface Route {
411411
path: string
412412
name?: string | null
413413
hash: string
414-
query: Dictionary<string | (string | null)[]>
414+
query: Dictionary<string | null | (string | null)[]>
415415
params: Dictionary<string>
416416
fullPath: string
417417
matched: RouteRecord[]

0 commit comments

Comments
 (0)