Skip to content

Commit 83920c9

Browse files
fix(types): add missing options property type (#3248)
1 parent e9703f2 commit 83920c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/router.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export declare class VueRouter {
2121
constructor(options?: RouterOptions)
2222

2323
app: Vue
24+
options: RouterOptions;
2425
mode: RouterMode
2526
currentRoute: Route
2627

0 commit comments

Comments
 (0)