svelte/test/hydration/samples/text-fallback/Nested.svelte

7 lines
71 B

<div>
<slot name="foo">
foo fallback
</slot>
<slot></slot>
</div>