You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,11 @@
24
24
25
25
> `@nuxtjs/composition-api` provides a way to use the Vue 3 Composition API in with Nuxt-specific features.
26
26
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.
Copy file name to clipboardExpand all lines: docs/pages/en/1.getting-started/1.introduction.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ description: '@nuxtjs/composition-api provides a way to use the Vue 3 Compositio
5
5
6
6
> `@nuxtjs/composition-api` provides a way to use the Vue 3 Composition API in with Nuxt-specific features.
7
7
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.
0 commit comments