Skip to content

Commit 722786d

Browse files
committed
fix: add afterNavigation type
1 parent ba4fd1b commit 722786d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ export interface MetaInfo {
4646
__dangerouslyDisableSanitizersByTagID?: string[]
4747

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

0 commit comments

Comments
 (0)