Nuxt/docs/content/4.examples/3.composables/use-meta.md
Clément Ollivier 1a7b570c82
docs(examples): add examples to docs (#3966)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-30 17:59:28 +02:00

335 B

template
Example

useMeta

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

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

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