0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00

docs: Remove duplicate note (#8843)

This commit is contained in:
Gwang Jin Kim 2023-06-25 23:06:46 +09:00 committed by GitHub
parent 223db7f19d
commit d3297e2a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,6 @@ The content is exposed in the child component using the `<slot>` element, which
Note: If you want to render regular `<slot>` element, You can use `<svelte:element this="slot" />`.
Note: If you want to render regular `<slot>` element, You can use `<svelte:element this="slot" />`.
### `<slot name="`_name_`">`
Named slots allow consumers to target specific areas. They can also have fallback content.