Nuxt/docs/content/4.examples/3.composables/use-head.md
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

446 B

template
Example

useHead

This example shows how to use useHead and Nuxt built-in components to bind meta data to the head of the page.

::alert{type=info icon=👉} Learn more about meta tags. ::

::ReadMore{link="/api/composables/use-fetch"} ::

::ReadMore{link="/guide/features/head-management"} ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-head" file="app.vue"}