Skip to content

Instantly share code, notes, and snippets.

@garbast
Created September 17, 2017 17:05
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 garbast/6224e4eccb63fd6a44634910f33c649b to your computer and use it in GitHub Desktop.
Save garbast/6224e4eccb63fd6a44634910f33c649b to your computer and use it in GitHub Desktop.
<body>
<div id="mapper">
<table>
<row
v-for="row in rows"
v-bind:row="row"
v-bind:key="row.id">
</row>
</table>
<div id="control"></div>
</div>
<script src="public/JavaScripts/app.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment