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:
parent
223db7f19d
commit
d3297e2a25
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user