Compare commits

...

1 Commits

Author SHA1 Message Date
Dominik Pschenitschni 996e6e30a9 fix: deprecated import in useTitle 2025-01-19 20:46:20 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import {computed} from 'vue' import {computed, toValue} from 'vue'
import {useTitle as useTitleVueUse, toValue, type UseTitleOptions, type ReadonlyRefOrGetter, type MaybeRef, type MaybeRefOrGetter} from '@vueuse/core' import {useTitle as useTitleVueUse, type UseTitleOptions, type ReadonlyRefOrGetter, type MaybeRef, type MaybeRefOrGetter} from '@vueuse/core'
export function useTitle( export function useTitle(
newTitle: newTitle: