Skip to content

Commit 6e7fed1

Browse files
vuejs#3566 | fix type issue
1 parent 57d8042 commit 6e7fed1

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
@@ -200,7 +200,7 @@ export interface Route {
200200
path: string
201201
name?: string | null
202202
hash: string
203-
query: Dictionary<string | (string | null)[]>
203+
query: Dictionary<string | null | (string | null)[]>
204204
params: Dictionary<string>
205205
fullPath: string
206206
matched: RouteRecord[]

0 commit comments

Comments
 (0)