mirror of https://github.com/sveltejs/svelte
parent
5e8f84832d
commit
a14bb0245e
@ -1,3 +1,3 @@
|
||||
{#each [,,,,,], i}
|
||||
{#each Array(10), i}
|
||||
<p>index: {i}</p>
|
||||
{/each}
|
||||
|
Loading…
Reference in new issue