Skip to content

Instantly share code, notes, and snippets.

@Franckapik
Created March 25, 2018 00:53
Show Gist options
  • Save Franckapik/77ac3d825aa14d816e9815e2b9dc919b to your computer and use it in GitHub Desktop.
Save Franckapik/77ac3d825aa14d816e9815e2b9dc919b to your computer and use it in GitHub Desktop.
<div class="collection">
<ul class="flex_row">
<li v-for="(item, index) in collections">
<h5>{{index}} ---- {{item}}</h5>
</li>
</ul>
</div>
0: Array [ {…} ]
1: Array [ {…}, {…}, {…}, … ]
2: Array [ {…}, {…}, {…}, … ]
3: Array [ {…}, {…}, {…}, … ]
4: Array [ {…}, {…}, {…}, … ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment