diff --git a/docs/2.guide/2.directory-structure/1.components.md b/docs/2.guide/2.directory-structure/1.components.md index 89c7db94b2..70fab5e8c8 100644 --- a/docs/2.guide/2.directory-structure/1.components.md +++ b/docs/2.guide/2.directory-structure/1.components.md @@ -312,6 +312,8 @@ Now you can register server-only components with the `.server` suffix and use th ``` +Server-only components use `` under the hood, meaning that `lazy` prop and `#fallback` slot are both passed down to ``. + ::alert{type=info} Slots can be interactive and are wrapped within a `
` with `display: contents;` ::