Skip to content

Instantly share code, notes, and snippets.

@dvallin
Created November 29, 2017 16:46
Show Gist options
  • Save dvallin/f851a16197c961d14158446a8bdada9a to your computer and use it in GitHub Desktop.
Save dvallin/f851a16197c961d14158446a8bdada9a to your computer and use it in GitHub Desktop.
<b-list-group>
<b-list-group-item class="task" v-for="task in tasks" :key="task.name">
<todo-list-item :task="task"></todo-list-item>
</b-list-group-item>
</b-list-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment