pull/6238/head
Babak F 5 years ago
parent bb4e41cfef
commit 18be5946d4

@ -10,7 +10,7 @@ To do that, we specify a unique identifier for the `each` block:
```html
{#each things as thing (thing.id)}
<Thing current={thing.color}/>
<Thing current={thing.color} />
{/each}
```

Loading…
Cancel
Save