vueuse/head

Make it easier to reset `titleTemplate`

Closed this issue · 1 comments

image

The current work around is to set the titleTemplate to a new function such as

useHead({
  title: 'Unique',
  titleTemplate: title => title
})

Providing a null `titleTemplate in >= v1.0.0-rc.10 will reset the titleTemplate.