svelte/test/js/samples/debug-foo/input.html

6 lines
91 B

{#each things as thing}
<span>{thing.name}</span>
{@debug foo}
{/each}
<p>foo: {foo}</p>