mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
docs: mention NuxtIsland
in server only components docs (#22685)
This commit is contained in:
parent
3d78c79e3d
commit
09971c62a0
@ -312,6 +312,8 @@ Now you can register server-only components with the `.server` suffix and use th
|
|||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Server-only components use `<NuxtIsland>` under the hood, meaning that `lazy` prop and `#fallback` slot are both passed down to `<NuxtIsland>`.
|
||||||
|
|
||||||
::alert{type=info}
|
::alert{type=info}
|
||||||
Slots can be interactive and are wrapped within a `<div>` with `display: contents;`
|
Slots can be interactive and are wrapped within a `<div>` with `display: contents;`
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user