Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save danielschmitz/0f9a6340004131452d789f1875bcf36a to your computer and use it in GitHub Desktop.

Select an option

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