Skip to content

Instantly share code, notes, and snippets.

@nickmessing
Created August 15, 2015 08:15
Show Gist options
  • Save nickmessing/82695bf94c8a0cc5b06c to your computer and use it in GitHub Desktop.
Save nickmessing/82695bf94c8a0cc5b06c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<title>Dame</title>
<link rel="stylesheet" href="style.css">
<table id="dame">
<tr v-repeat="teren">
<td v-repeat="$value" v-class="black: color, focus: focus" v-on="click: click($parent.$index, $index)">
<div v-class="sasca-alba: whiteSasca, sasca-neagra: blackSasca, focus: focusSasca"></div>
</td>
</tr>
</table>
<script src="vue.min.js"></script>
<script src="script.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment