Update site/content/tutorial/04-logic/05-keyed-each-blocks/app-b/App.svelte

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/5761/head
Aswin Vayiravan 5 years ago committed by GitHub
parent b10bb6c6fe
commit be9fe1aa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
<script> <script>
import Thing from './Thing.svelte'; import Thing from './Thing.svelte';
let things = [ let things = [
{ id: 1, color: 'darkblue' }, { id: 1, color: 'darkblue' },
{ id: 2, color: 'indigo' }, { id: 2, color: 'indigo' },
{ id: 3, color: 'deeppink' }, { id: 3, color: 'deeppink' },

Loading…
Cancel
Save