mirror of https://github.com/sveltejs/svelte
each animate allow having comment siblings (#7435)
Co-authored-by: GHOST <ghostdevbusiness@gmail.com> Co-authored-by: GHOST <ghostdevbusiness@gmail.com>pull/6583/head
parent
fc19537995
commit
d9687da632
@ -0,0 +1 @@
|
|||||||
|
[]
|
@ -0,0 +1,9 @@
|
|||||||
|
<script>
|
||||||
|
export let things;
|
||||||
|
function foo() {}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{#each things as thing (thing)}
|
||||||
|
<!-- some comment -->
|
||||||
|
<div animate:foo></div>
|
||||||
|
{/each}
|
Loading…
Reference in new issue