Created
March 25, 2018 00:53
-
-
Save Franckapik/77ac3d825aa14d816e9815e2b9dc919b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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