mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
docs: missing s
This commit is contained in:
parent
6b34fd83a8
commit
007eceb97f
@ -321,7 +321,7 @@ When rendering a server-only or island component, `<NuxtIsland>` makes a HTTP re
|
||||
This means:
|
||||
- A new Vue app will be created server-side to create the `NuxtIslandResponse`.
|
||||
- You can't access to the island app context from your SSR app and you can't access to your SSR app context from the island component. Both are different context.
|
||||
- Plugins will be ran for the island Vue app except those marked with `env.island: false` on an object plugin.
|
||||
- Plugins will be ran for the island Vue app except those marked with `env.islands: false` on an object plugin.
|
||||
|
||||
You can access to an island context within an island component through `nuxtApp.ssrContext.islandContext`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user