We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shared-imports.d
1 parent 4adaa0b commit fb76114Copy full SHA for fb76114
src/runtime/utils.ts
@@ -43,8 +43,8 @@ export type ComposableContext = {
43
/** Enable/disable hreflangLinks */
44
hreflangLinks: boolean
45
}
46
- head: ReturnType<typeof useHead>
47
- _head: ReturnType<typeof useHead> | undefined
+ head: ReturnType<typeof import('nuxt/app').useHead>
+ _head: ReturnType<typeof import('nuxt/app').useHead> | undefined
48
metaState: Required<I18nHeadMetaInfo>
49
seoSettings: I18nHeadOptions
50
localePathPayload: Record<string, Record<string, string> | false>
0 commit comments