Skip to content

Instantly share code, notes, and snippets.

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 danielschmitz/0f9a6340004131452d789f1875bcf36a to your computer and use it in GitHub Desktop.
Save danielschmitz/0f9a6340004131452d789f1875bcf36a to your computer and use it in GitHub Desktop.
<tbody>
<tr v-for="categorie in data">
<td>@{{ categorie.id }}</td>
<td>@{{ categorie.name }}</td>
<td>Ação</td>
</tr>
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment