docs: update more references to v3.12

This commit is contained in:
Daniel Roe 2024-06-11 10:56:24 +01:00
parent 4db02e11f4
commit 1d2eee00d0
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ There is also a `future` namespace for early opting-in to new features that will
### compatibilityVersion
::important
This configuration option is available in Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
This configuration option is available in Nuxt v3.12+.
::
This enables early access to Nuxt features or flags.

View File

@ -11,7 +11,7 @@ links:
---
::important
This component will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
This component is available in Nuxt v3.12+.
::
## Usage

View File

@ -10,7 +10,7 @@ links:
---
::important
This composable will be available in Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
This composable is available in Nuxt v3.12+.
::
`onPrehydrate` is a composable lifecycle hook that allows you to run a callback on the client immediately before

View File

@ -11,7 +11,7 @@ links:
---
::important
This composable will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
This composable is available in Nuxt v3.12+.
::
## Description