From 423459f0f7b07cf6b65307aea01feea93cfb7b6f Mon Sep 17 00:00:00 2001 From: Adrien Agez Date: Mon, 9 Mar 2020 14:07:14 +0100 Subject: [PATCH] =?UTF-8?q?Correctif=20css=20non=20scop=C3=A9=20+=20tracki?= =?UTF-8?q?ng=20param=C3=A8tre=20route=20battleground?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Battleground.vue | 17 +++++++++++------ src/components/BattlegroundSelector.vue | 9 ++++++--- src/components/Hello.vue | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/components/Battleground.vue b/src/components/Battleground.vue index 05f5db8..84a8144 100644 --- a/src/components/Battleground.vue +++ b/src/components/Battleground.vue @@ -1,5 +1,10 @@ diff --git a/src/components/BattlegroundSelector.vue b/src/components/BattlegroundSelector.vue index f29fbd2..c14958c 100644 --- a/src/components/BattlegroundSelector.vue +++ b/src/components/BattlegroundSelector.vue @@ -20,9 +20,6 @@ return { maps: MAPS } - }, - mounted () { - console.log(MAPS) } } @@ -38,3 +35,9 @@ border-top: solid #5659aa 1px border-left: none + + diff --git a/src/components/Hello.vue b/src/components/Hello.vue index 8f9c8ae..be2002f 100644 --- a/src/components/Hello.vue +++ b/src/components/Hello.vue @@ -33,7 +33,7 @@ export default { -