diff client/src/App.vue @ 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 ef307bd6b5d8
children d85d5e286dc5
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>