From 7e355d68b5962aad106e28a9d669a47f3cbec43a Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sun, 26 Jan 2020 01:33:55 +0100 Subject: [PATCH] Get rid of ugly this.... calls --- client/src/components/BaseGame.vue | 45 ++++++++++++---------------- client/src/components/Board.vue | 7 ----- client/src/components/MoveList.vue | 17 +++++------ client/src/stylesheets/_users.sass | 2 +- client/src/stylesheets/layout.sass | 26 ++++++++--------- client/src/utils/gameStorage.js | 1 + client/src/views/Game.vue | 47 +++++++++++------------------- 7 files changed, 59 insertions(+), 86 deletions(-) diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index f10420d7..470488f6 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -1,12 +1,11 @@