Skip to content

Commit

Permalink
docs: remove outdated recommendation (nuxt#27691)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkellyio authored Jun 18, 2024
1 parent 228b8b8 commit 77685e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/1.getting-started/5.seo-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ See [@unhead/schema](https://github.com/unjs/unhead/blob/main/packages/schema/sr

Reactivity is supported on all properties, by providing a computed value, a getter, or a reactive object.

It's recommended to use getters (`() => value`) over computed (`computed(() => value)`).

::code-group

```vue twoslash [useHead]
Expand Down

0 comments on commit 77685e4

Please sign in to comment.