Skip to content

Commit

Permalink
fix(navigation): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jan 23, 2023
1 parent 6a1e854 commit 1f7d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/head.ts
Expand Up @@ -3,7 +3,7 @@ import type { HeadObjectPlain } from '@vueuse/head'
import type { Ref } from 'vue'
import { hasProtocol, joinURL, withTrailingSlash, withoutTrailingSlash } from 'ufo'
import { ParsedContent } from '../types'
import { useRoute, nextTick, useHead, unref, watch } from '#imports'
import { useRoute, nextTick, useHead, unref, watch, useRuntimeConfig } from '#imports'

export const useContentHead = (
_content: ParsedContent | Ref<ParsedContent>,
Expand Down

0 comments on commit 1f7d3a2

Please sign in to comment.