pull/9723/head
Simon Holthausen 3 years ago
parent 03309a718e
commit 7a032f2c1b

@ -14,6 +14,8 @@
in other words a number. Relatedly, people should not do this. It is stupid. --> in other words a number. Relatedly, people should not do this. It is stupid. -->
<div use:directive.b.c-d /> <div use:directive.b.c-d />
<div transition:directive.b.c-d /> <div transition:directive.b.c-d />
<div animate:directive.b.c-d /> {#each [] as i (i)}
<div animate:directive.b.c-d />
{/each}
<div in:directive.b.c-d /> <div in:directive.b.c-d />
<div out:directive.b.c-d /> <div out:directive.b.c-d />

Loading…
Cancel
Save