fix: use @unhead/vue

This commit is contained in:
patak 2023-04-16 22:33:22 +02:00
parent ca8d785d9e
commit 1f559fae08

View file

@ -1,6 +1,6 @@
import type { ComponentInternalInstance } from 'vue'
import { onActivated, onDeactivated, ref } from 'vue'
import type { ActiveHeadEntry, HeadEntryOptions, UseHeadInput } from '@vueuse/head'
import type { ActiveHeadEntry, HeadEntryOptions, UseHeadInput } from '@unhead/vue'
import type { SchemaAugmentations } from '@unhead/schema'
export const isHydrated = ref(false)