pull/4451/head
Conduitry 6 years ago
parent f676166060
commit 888f37760a

@ -0,0 +1,10 @@
export default {
compileOptions: {
dev: true
},
html: `
<div>f</div>
<div>o</div>
<div>o</div>
`
};

@ -0,0 +1,3 @@
{#each 'foo' as c}
<div>{c}</div>
{/each}
Loading…
Cancel
Save