From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 29 Jan 2019 10:02:02 +0000 (+0100)
Subject: TODO: where to put template: in views/ or components/?
X-Git-Url: https://git.auder.net/variants/img/pieces/scripts/doc/screen_ranking.png?a=commitdiff_plain;h=760865ac92508676c0047b84c5ba3e12d41d7c20;p=vchess.git

TODO: where to put template: in views/ or components/?
---

diff --git a/client/src/App.vue b/client/src/App.vue
index 89b645b3..27e5582a 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -48,7 +48,8 @@
 					img(src="/images/flags/" + lang + ".svg")
 				#settings.clickable(v-show="display!='index'" onClick="doClick('modalSettings')")
 					i(data-feather="settings")
-      router-view
+    .row
+			router-view
 		.row
 			footer
 				.col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2.text-center
diff --git a/client/src/views/Home.vue b/client/src/views/Home.vue
index de83b095..5b3c65e9 100644
--- a/client/src/views/Home.vue
+++ b/client/src/views/Home.vue
@@ -1,7 +1,6 @@
 <template>
   <div class="home">
-		<!--<img alt="Vue logo" src="../assets/logo.png">-->
-    <HelloWorld msg="Welcome to Your Vue.js Apppp"/>
+    <Home msg="Welcome to Your Vue.js Apppp"/>
   </div>
 </template>