Skip to content

Commit

Permalink
docs: update more references to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 11, 2024
1 parent 4db02e1 commit 1d2eee0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/1.features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/1.components/12.nuxt-route-announcer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/2.composables/on-prehydrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/2.composables/use-route-announcer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d2eee0

Please sign in to comment.