X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FComputerGame.vue;h=b20b8fe14fb05f39bf5d8344118ad14cb13e353c;hb=9ddaf8da8743c50b9019888a82d84392913c60c9;hp=14c1b071f4514b9dd71760fb7517b320dc95255a;hpb=e6a5a8eae62d8af13435687c81d19a20b77f1de3;p=vchess.git diff --git a/client/src/components/ComputerGame.vue b/client/src/components/ComputerGame.vue index 14c1b071..b20b8fe1 100644 --- a/client/src/components/ComputerGame.vue +++ b/client/src/components/ComputerGame.vue @@ -7,7 +7,6 @@ BaseGame(:game="game" :vr="vr" ref="basegame" import BaseGame from "@/components/BaseGame.vue"; import { store } from "@/store"; import Worker from "worker-loader!@/playCompMove"; - export default { name: "my-computer-game", components: {