Skip to content

Instantly share code, notes, and snippets.

@kabitacode
Last active April 16, 2019 03:03
Show Gist options
  • Save kabitacode/ec4ac22d27c524a46414a79bf8511c22 to your computer and use it in GitHub Desktop.
Save kabitacode/ec4ac22d27c524a46414a79bf8511c22 to your computer and use it in GitHub Desktop.
<template>
<div>
<ul v-for="user in users" :key="user.id">
<li>
<span>{{user.name}}</span> &#160;
</li>
</ul>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment