useHead()

useHead() is available from vuloom/app.

It manages document head state through the underlying vuepagelet runtime and supports both browser updates and SSR output.

  • useTitle()
  • useMeta()
  • useLink()
  • useStyle()
  • useScript()
  • updateHead()

Intended scope

  • <title>
  • <meta>
  • <link>
  • <style>
  • <script>
  • <html> attributes
  • <body> attributes