Skip to content

Instantly share code, notes, and snippets.

@kabitacode
Created April 16, 2019 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kabitacode/77a8caddb1e74f766d96e61f587aa4b9 to your computer and use it in GitHub Desktop.
Save kabitacode/77a8caddb1e74f766d96e61f587aa4b9 to your computer and use it in GitHub Desktop.
<li>
<span>{{user.name}}</span> &#160;
<button @click="edit(user)">Edit</button> || <button @click="del(user)">Delete</button>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment