vueuse/head

Support computed getter functions

Closed this issue · 1 comments

With VueUse 9.x, the standard input is a MaybeComputedGetter, which supports syntax as () => '${someVal.value} - test'.

useHead should be compatible with this