X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FMyGames.vue;h=c89b2d6f71c1a7e0876c416daf68a1177cce12a2;hb=89021f181ac0689bbc785ce0ebd9a910e66352b0;hp=9e58cfd5cba9708b17155cebd98670d7fd87a22b;hpb=83c6c2c96e7d34c79db20827f56b51040ef39392;p=vchess.git diff --git a/client/src/views/MyGames.vue b/client/src/views/MyGames.vue index 9e58cfd5..c89b2d6f 100644 --- a/client/src/views/MyGames.vue +++ b/client/src/views/MyGames.vue @@ -17,7 +17,7 @@ import { GameStorage } from "@/utils/gameStorage"; import { ajax } from "@/utils/ajax"; import GameList from "@/components/GameList.vue"; export default { - name: "my-games", + name: "my-my-games", components: { GameList, },