Skip to content

Commit 1f7d3a2

Browse files
committed
fix(navigation): missing import
1 parent 6a1e854 commit 1f7d3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/runtime/composables/head.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { HeadObjectPlain } from '@vueuse/head'
33
import type { Ref } from 'vue'
44
import { hasProtocol, joinURL, withTrailingSlash, withoutTrailingSlash } from 'ufo'
55
import { ParsedContent } from '../types'
6-
import { useRoute, nextTick, useHead, unref, watch } from '#imports'
6+
import { useRoute, nextTick, useHead, unref, watch, useRuntimeConfig } from '#imports'
77

88
export const useContentHead = (
99
_content: ParsedContent | Ref<ParsedContent>,

0 commit comments

Comments
 (0)