Skip to content

Instantly share code, notes, and snippets.

@paramsinghvc
Created August 14, 2017 18:31
Show Gist options
  • Save paramsinghvc/6de828b6af802a05d279793244fd84aa to your computer and use it in GitHub Desktop.
Save paramsinghvc/6de828b6af802a05d279793244fd84aa to your computer and use it in GitHub Desktop.
article#loop
ul
li(v-for="band of bands")
| {{band.name}}
p.genres
span(v-for="genre of band.genres") {{genre}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment