2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 15:32:25 +03:00

fix: add afterNavigation type

This commit is contained in:
pimlie
2019-03-05 15:21:19 +01:00
parent ba4fd1b321
commit 722786d803
+1
View File
@@ -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
}