From: Benjamin Auder 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/?p=vchess.git;a=commitdiff_plain;h=760865ac92508676c0047b84c5ba3e12d41d7c20 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 @@