Created
March 8, 2017 21:20
-
-
Save mstaack/a85b9261a39e2550f5be50d40f0d6abd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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