changeset 588:b26ed3f3691e

fixed typo: id should be class
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 07 Sep 2018 11:42:08 +0200
parents 53b7a46c53a7
children 26cdc43ff977
files client/src/App.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/App.vue	Fri Sep 07 11:38:31 2018 +0200
+++ b/client/src/App.vue	Fri Sep 07 11:42:08 2018 +0200
@@ -1,5 +1,5 @@
 <template>
-  <div id="app main d-flex flex-column">
+  <div class="app main d-flex flex-column">
     <div class="userinterface">
       <Topbar v-if="isAuthenticated"></Topbar>
       <Sidebar v-if="isAuthenticated"></Sidebar>