Skip to content

Commit

Permalink
fix(types): add missing options property type (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbennett-stacki committed Jul 21, 2020
1 parent e9703f2 commit 83920c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/router.d.ts
Expand Up @@ -21,6 +21,7 @@ export declare class VueRouter {
constructor(options?: RouterOptions)

app: Vue
options: RouterOptions;
mode: RouterMode
currentRoute: Route

Expand Down

0 comments on commit 83920c9

Please sign in to comment.