2022-03-30 15:59:28 +00:00
|
|
|
---
|
2022-10-06 09:15:30 +00:00
|
|
|
toc: false
|
|
|
|
description: "This example shows how to use useHead and Nuxt built-in components to bind meta data to the head of the page."
|
|
|
|
title: "useHead"
|
2022-03-30 15:59:28 +00:00
|
|
|
---
|
|
|
|
|
2022-09-08 18:54:02 +00:00
|
|
|
::ReadMore{link="/api/composables/use-head"}
|
2022-04-06 05:56:08 +00:00
|
|
|
::
|
|
|
|
|
2022-10-07 20:39:38 +00:00
|
|
|
::ReadMore{link="/getting-started/seo-meta"}
|
2022-03-30 15:59:28 +00:00
|
|
|
::
|
|
|
|
|
2022-04-05 14:02:29 +00:00
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-head" file="app.vue"}
|
2022-10-06 09:15:30 +00:00
|
|
|
::
|