docs: Remove duplicate note (#8843)

pull/8845/head
Gwang Jin Kim 2 years ago committed by GitHub
parent 223db7f19d
commit d3297e2a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" />`.
Note: If you want to render regular `<slot>` element, You can use `<svelte:element this="slot" />`.
### `<slot name="`_name_`">` ### `<slot name="`_name_`">`
Named slots allow consumers to target specific areas. They can also have fallback content. Named slots allow consumers to target specific areas. They can also have fallback content.

Loading…
Cancel
Save