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:
Vendored
+1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user