Skip to content

Instantly share code, notes, and snippets.

@cristofersousa
Created May 10, 2018 14:18
Show Gist options
  • Save cristofersousa/9611ceea6cc87de17af7e23d95e4c200 to your computer and use it in GitHub Desktop.
Save cristofersousa/9611ceea6cc87de17af7e23d95e4c200 to your computer and use it in GitHub Desktop.
<div id="app">
<ul>
<li v-for="(fruits, índex) in list">
{{index}} - {{fruits.text}}
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment