From 760865ac92508676c0047b84c5ba3e12d41d7c20 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 29 Jan 2019 11:02:02 +0100 Subject: [PATCH] TODO: where to put template: in views/ or components/? --- client/src/App.vue | 3 ++- client/src/views/Home.vue | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ -- 2.44.0