Skip to content

Commit

Permalink
Reset back to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Glynn committed Apr 9, 2019
1 parent 347021b commit 823c219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-helloworld/index.html
Expand Up @@ -49,7 +49,7 @@
<todo-item
v-for="item in groceryList"
v-bind:todo="item"
v-bind:key="id"
v-bind:key="item.id"
></todo-item>
</ol>
</div>
Expand Down

0 comments on commit 823c219

Please sign in to comment.