mirror of https://github.com/sveltejs/svelte
Co-authored-by: GHOST <ghostdevbusiness@gmail.com>pull/7435/head
parent
f6fd8e1ec8
commit
b0dde95fe8
@ -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