docs: warn that island client components don't support slots (#25454)

This commit is contained in:
Julien Huang 2024-01-27 23:12:42 +01:00 committed by GitHub
parent a1dc40efdf
commit ca060288e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,7 +314,7 @@ You can partially hydrate a component by setting a `nuxt-client` attribute on th
``` ```
::alert{type=info} ::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 #### Server Component Context