docs: remove outdated recommendation (#27691)

This commit is contained in:
Daniel Kelly 2024-06-18 11:49:03 -05:00 committed by GitHub
parent 228b8b8892
commit 77685e43e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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]