mirror of https://github.com/sveltejs/svelte
parent
fb75588163
commit
ecfae03abe
@ -1,7 +1,3 @@
|
||||
<script>
|
||||
const foo = new Set([1,2,3])
|
||||
</script>
|
||||
|
||||
{#each foo.values() as item}
|
||||
{#each {} as item}
|
||||
<div>{item}</div>
|
||||
{/each}
|
Loading…
Reference in new issue