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

fix: add ts type for refresh once

This commit is contained in:
pimlie
2019-02-23 13:32:56 +01:00
parent f25415b621
commit 5935cf32cc
+1
View File
@@ -46,4 +46,5 @@ export interface MetaInfo {
__dangerouslyDisableSanitizersByTagID?: string[]
changed?: <T extends object>(newInfo: T, addedTags: HTMLElement[], removedTags: HTMLElement[]) => void
refreshOnceOnNavigation?: boolean
}