X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FComputerGame.vue;h=ad56543e54524e54e97b27ea7f99e73461d2bcf6;hb=90df90bca1a993930a0e1a07a1b4990dd538c6e2;hp=a5e03b31025d2f6d0471d1ad3e44572be5d6d87f;hpb=866842c3c310524c034922870234120ed2a16cbf;p=vchess.git diff --git a/client/src/components/ComputerGame.vue b/client/src/components/ComputerGame.vue index a5e03b31..ad56543e 100644 --- a/client/src/components/ComputerGame.vue +++ b/client/src/components/ComputerGame.vue @@ -2,15 +2,16 @@ BaseGame( ref="basegame" :game="game" - :vr="vr" @newmove="processMove" - @gameover="gameOver" )