mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 14:28:10 +09:00
fix: use @unhead/vue
This commit is contained in:
parent
ca8d785d9e
commit
1f559fae08
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user