Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 4e46dfa

Browse files
authored
docs: add recommendation to use nuxt bridge (#579)
1 parent c6f0dc0 commit 4e46dfa

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424

2525
> `@nuxtjs/composition-api` provides a way to use the Vue 3 Composition API in with Nuxt-specific features.
2626
27-
**Note**: the main aim is to allow experimentation and feedback before the final release of Nuxt 3. The API of Nuxt-specific methods will likely change before Nuxt 3 is released.
27+
---
28+
29+
**Nuxt Bridge has now been released in beta.** It's strongly recommended to migrate to Nuxt Bridge by following the steps in [the Bridge migration guide](https://v3.nuxtjs.org/getting-started/bridge/). Make sure to read the [specific migration guide](https://v3.nuxtjs.org/getting-started/bridge-composition-api) on how to replace composables from `@nuxtjs/composition-api` with the new Nuxt 3-compatible composables provided by Bridge.
30+
31+
---
2832

2933
## Features
3034

docs/pages/en/1.getting-started/1.introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ description: '@nuxtjs/composition-api provides a way to use the Vue 3 Compositio
55

66
> `@nuxtjs/composition-api` provides a way to use the Vue 3 Composition API in with Nuxt-specific features.
77
8-
**Note**: the main aim is to allow experimentation and feedback before the final release of Nuxt 3. The API of Nuxt-specific methods will likely change before Nuxt 3 is released.
8+
:::alert{type="info"}
9+
Nuxt Bridge has now been released in beta. It's strongly recommended to migrate _instead_ to Nuxt Bridge by following the steps in [the Bridge migration guide](https://v3.nuxtjs.org/getting-started/bridge/). Make sure to read the [specific migration guide](https://v3.nuxtjs.org/getting-started/bridge-composition-api) on how to replace composables from `@nuxtjs/composition-api` with the new Nuxt 3-compatible composables provided by Bridge.
10+
:::
11+
912

1013
## Key features
1114

0 commit comments

Comments
 (0)