From 3cbd4aec25a63882315c2e01464f137df7afa85f Mon Sep 17 00:00:00 2001 From: Adrien Agez Date: Sun, 23 Aug 2020 20:23:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A:=20move=20files=20for=20VueJS=20go?= =?UTF-8?q?od=20practices=20compliance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://vuejs.org/v2/style-guide/#Tightly-coupled-component-names-strongly-recommended for Objective and Timer see https://vuejs.org/v2/style-guide/#Single-instance-component-names-strongly-recommended for TheSelector --- src/components/Battleground.vue | 4 ++-- src/components/{Battleground => }/Objective.vue | 2 +- .../{BattlegroundSelector.vue => TheBattlegroundSelector.vue} | 0 src/components/{Battleground => }/Timer.vue | 0 src/router/index.js | 4 ++-- 5 files changed, 5 insertions(+), 5 deletions(-) rename src/components/{Battleground => }/Objective.vue (94%) rename src/components/{BattlegroundSelector.vue => TheBattlegroundSelector.vue} (100%) rename src/components/{Battleground => }/Timer.vue (100%) diff --git a/src/components/Battleground.vue b/src/components/Battleground.vue index dadcad7..b8fa604 100644 --- a/src/components/Battleground.vue +++ b/src/components/Battleground.vue @@ -36,8 +36,8 @@