mirror of https://github.com/sveltejs/svelte
parent
794479664d
commit
78c5af9a52
@ -1,3 +1,7 @@
|
||||
<script>
|
||||
export let animals;
|
||||
</script>
|
||||
|
||||
{#each animals as [key, value, ...rest]}
|
||||
<p>{key}: {value}</p>
|
||||
{/each}
|
||||
|
Loading…
Reference in new issue