vueuse / head

Document head management for Vue. Powered by Unhead. - 🌇 Sunset

Home Page:https://unhead.unjs.io/setup/vue/installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support computed getter functions

harlan-zw opened this issue · comments

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

useHead should be compatible with this