comparison client/src/components/App.vue @ 2553:99dc71e012ad

client: removed unnecessary html
author Markus Kottlaender <markus@intevation.de>
date Fri, 08 Mar 2019 10:05:36 +0100
parents 2d2b7fdc0c01
children 83b938bf4da9
comparison
equal deleted inserted replaced
2552:2d2b7fdc0c01 2553:99dc71e012ad
26 <Infobar v-if="isMapVisible"></Infobar> 26 <Infobar v-if="isMapVisible"></Infobar>
27 </div> 27 </div>
28 <Zoom v-if="isMapVisible"></Zoom> 28 <Zoom v-if="isMapVisible"></Zoom>
29 <Splitscreen v-if="isMapVisible" /> 29 <Splitscreen v-if="isMapVisible" />
30 </div> 30 </div>
31 <div class="d-flex flex-column"><router-view /></div> 31 <router-view />
32 <vue-snotify></vue-snotify> 32 <vue-snotify></vue-snotify>
33 <Popup /> 33 <Popup />
34 </div> 34 </div>
35 </template> 35 </template>
36 36