Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #app
  2. h1 {{win_text}}
  3. .block_area
  4. .block(v-for="(block, bid) in blocks",
  5. v-bind:class="{circle: block.type==1, cross: block.type==-1}",
  6. v-on:click="player_go(block)")
  7. .small_number {{bid + 1}}
  8. h2 Player
  9. .block.small(v-bind:class="{circle: turn==1, cross: turn==-1}")
  10. h2(@click="restart") Restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement