X-Git-Url: https://git.auder.net/game/current/git-logo.png?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=1b82d81f30db8c5d9be0e1d9a55fe2295cdc67d6;hb=604b951e4dc4647da9b251c5fff4ecb4c7b1b298;hp=88f2b5e2fa73252d701b265e6b4f419143f65d59;hpb=89021f181ac0689bbc785ce0ebd9a910e66352b0;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 88f2b5e2..1b82d81f 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -30,8 +30,7 @@ main span.name(:class="{connected: isConnected(1)}") | {{ game.players[1].name || "@nonymous" }} span.time(v-if="game.score=='*'") {{ virtualClocks[1] }} - BaseGame(:game="game" :vr="vr" ref="basegame" - @newmove="processMove" @gameover="gameOver") + BaseGame(:game="game" :vr="vr" @newmove="processMove" @gameover="gameOver")