Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add closing tags and tweak some language
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 26, 2022
1 parent cd55d46 commit 48d061f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/6.bridge/1.overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,12 @@ export default defineNuxtConfig({
```

::alert
This `useHead` composable uses `@vueuse/head` under the hood (rather than `vue-meta`) to manipulate your `<head>`. You need to add `@vueuse/head` to your package.json file for it to work properly.
This `useHead` composable uses `@vueuse/head` under the hood (rather than `vue-meta`) to manipulate your `<head>`. You need to add `@vueuse/head` to your package.json file for it to work properly.
::

::alert{type=warning}
We recommend not to use both the native Nuxt 2 `head()` properties as well as `useHead`, as they may conflict.
We recommend not using the native Nuxt 2 `head()` properties in addition to `useHead`, as they may conflict.
::

For more information on how to use this composable, see [the docs](/getting-started/seo-meta).

Expand Down

0 comments on commit 48d061f

Please sign in to comment.