2022-03-30 15:59:28 +00:00
|
|
|
---
|
2022-10-06 09:15:30 +00:00
|
|
|
toc: false
|
2022-03-30 15:59:28 +00:00
|
|
|
---
|
|
|
|
|
2022-11-08 17:03:18 +00:00
|
|
|
# useHead
|
|
|
|
|
|
|
|
This example shows how to use useHead and Nuxt built-in components to bind meta data to the head of the page.
|
|
|
|
|
2022-11-16 10:04:28 +00:00
|
|
|
::ReadMore{link="/docs/api/composables/use-head"}
|
2022-04-06 05:56:08 +00:00
|
|
|
::
|
|
|
|
|
2022-11-16 10:04:28 +00:00
|
|
|
::ReadMore{link="/docs/getting-started/seo-meta"}
|
2022-03-30 15:59:28 +00:00
|
|
|
::
|
|
|
|
|
2023-01-19 19:37:07 +00:00
|
|
|
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/composables/use-head" file="app.vue"}
|
2022-10-06 09:15:30 +00:00
|
|
|
::
|