Skip to content

Commit

Permalink
fix: types for Vue router
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Dec 31, 2021
1 parent a29e9c1 commit d4c8d71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ declare module 'vitedge' {
pageProps?: { passToPage: boolean }
debug?: { mount?: boolean }
styleCollector?: any
routerOptions?: {
scrollBehavior?: any
linkActiveClass?: string
linkExactActiveClass?: string
parseQuery?: any
stringifyQuery?: any
}
},
hook: (params: {
app: any
Expand Down

0 comments on commit d4c8d71

Please sign in to comment.