We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4fd1b commit 722786dCopy full SHA for 722786d
types/index.d.ts
@@ -46,5 +46,6 @@ export interface MetaInfo {
46
__dangerouslyDisableSanitizersByTagID?: string[]
47
48
changed?: <T extends object>(newInfo: T, addedTags: HTMLElement[], removedTags: HTMLElement[]) => void
49
+ afterNavigation?: <T extends object>(vm: Vue, newInfo: T) => void
50
refreshOnceOnNavigation?: boolean
51
}
0 commit comments