Compare commits
1 Commits
main
...
fix/deprec
| Author | SHA1 | Date |
|---|---|---|
|
|
996e6e30a9 |
|
|
@ -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(
|
||||
newTitle:
|
||||
|
|
|
|||
Loading…
Reference in New Issue