Skip to content

Instantly share code, notes, and snippets.

@mstaack
Created March 8, 2017 21:20
Show Gist options
  • Save mstaack/a85b9261a39e2550f5be50d40f0d6abd to your computer and use it in GitHub Desktop.
Save mstaack/a85b9261a39e2550f5be50d40f0d6abd to your computer and use it in GitHub Desktop.
<table class="table table-hover table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Date</th>
<th>Size</th>
<th>Type</th>
</tr>
</thead>
<tbody>
<template v-for="item in items">
<row :item="item"></row>
</template>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment