From ca060288e6393a9b9f02035f5b450939965f0782 Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Sat, 27 Jan 2024 23:12:42 +0100 Subject: [PATCH] docs: warn that island client components don't support slots (#25454) --- docs/2.guide/2.directory-structure/1.components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/2.directory-structure/1.components.md b/docs/2.guide/2.directory-structure/1.components.md index c14412880b..8b718995b2 100644 --- a/docs/2.guide/2.directory-structure/1.components.md +++ b/docs/2.guide/2.directory-structure/1.components.md @@ -314,7 +314,7 @@ You can partially hydrate a component by setting a `nuxt-client` attribute on th ``` ::alert{type=info} -This only works within a server component. +This only works within a server component. Slots for client components are not available yet. :: #### Server Component Context