mirror of https://github.com/sveltejs/svelte
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…
Reference in new issue