X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=d6c8599d203972ef0ae002767885559b3b4a8009;hb=ec905cbcf0b554a430bd0ac6c386f6414bea2cad;hp=e83b9886694252eef919862e7aae6d57cf38fcb3;hpb=7f36b53a818bd707e49e7109275e3659e97d91b4;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index e83b9886..d6c8599d 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")