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 { -