Skip to content

Instantly share code, notes, and snippets.

@paramsinghvc
Last active August 14, 2017 18:37
Show Gist options
  • Save paramsinghvc/df8f0a01a37962499f7429a8f9d82d93 to your computer and use it in GitHub Desktop.
Save paramsinghvc/df8f0a01a37962499f7429a8f9d82d93 to your computer and use it in GitHub Desktop.
new Vue({
el: '#loop',
data: {
bands: [
{ name: `Odesza`, genres: [`ElectroPop`, `Chillwave`, `Indietronica`, `Future Bass`] },
{ name: `Daft Punk`, genres: [`French House`, `Disco`] },
{ name: `Skrillex`, genres: [`Dubstep`, `EDM`, `Electro House`] },
{ name: `Chainsmokers`, genres: [`ElectroPop`, `EDM`, `Pop`] }
]
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment