diff --git a/docs/content/1.getting-started/3.bridge.md b/docs/content/1.getting-started/3.bridge.md index 4eade24ad0..116070d346 100644 --- a/docs/content/1.getting-started/3.bridge.md +++ b/docs/content/1.getting-started/3.bridge.md @@ -189,6 +189,10 @@ export default defineNuxtPlugin(nuxtApp => { }) ``` +::alert +If you want to use the new Nuxt composables (such as `useNuxtApp` or `useRuntimeConfig`) within your plugins, you will need to use the `defineNuxtPlugin` helper for those plugins. +:: + ## New `useMeta` (optional) Nuxt Bridge provides a new Nuxt 3 meta API that can be accessed with a new `useMeta` composable.