mirror of https://github.com/sveltejs/svelte
parent
a2f8ca856c
commit
e5809830e5
@ -0,0 +1 @@
|
||||
[]
|
||||
@ -0,0 +1,11 @@
|
||||
<script>
|
||||
function flip() {}
|
||||
</script>
|
||||
|
||||
<div>
|
||||
{#each [] as n (n)}
|
||||
<!-- Comment -->
|
||||
<!-- <div animate:flip></div> -->
|
||||
<div animate:flip />
|
||||
{/each}
|
||||
</div>
|
||||
Loading…
Reference in new issue