diff client/src/components/App.vue @ 3298:ec27ee21f7bc

client: define sections: added route and support in context box
author Markus Kottlaender <markus@intevation.de>
date Thu, 16 May 2019 16:33:29 +0200
parents 9a02b770c2e6
children 869505c5087b
line wrap: on
line diff
--- a/client/src/components/App.vue	Thu May 16 16:27:28 2019 +0200
+++ b/client/src/components/App.vue	Thu May 16 16:33:29 2019 +0200
@@ -78,7 +78,7 @@
     ...mapState("user", ["isAuthenticated"]),
     ...mapState("application", ["contextBoxContent", "showSearchbar"]),
     isMapVisible() {
-      return /importconfiguration|importoverview|stretches|review|bottlenecks|mainview/.test(
+      return /importconfiguration|importoverview|stretches|sections|review|bottlenecks|mainview/.test(
         this.$route.name
       );
     },