Skip to content

Commit

Permalink
fix: add afterNavigation type
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Mar 5, 2019
1 parent ba4fd1b commit 722786d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ export interface MetaInfo {
__dangerouslyDisableSanitizersByTagID?: string[]

changed?: <T extends object>(newInfo: T, addedTags: HTMLElement[], removedTags: HTMLElement[]) => void
afterNavigation?: <T extends object>(vm: Vue, newInfo: T) => void
refreshOnceOnNavigation?: boolean
}

0 comments on commit 722786d

Please sign in to comment.