comparison client/src/components/App.vue @ 2968:8b32574bed09 unified_import

wip
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 01 Apr 2019 15:12:49 +0200
parents eb3d7a429eb0
children 2e7c0f9cff24
comparison
equal deleted inserted replaced
2877:55a9c7965e25 2968:8b32574bed09
77 name: "app", 77 name: "app",
78 computed: { 78 computed: {
79 ...mapState("user", ["isAuthenticated"]), 79 ...mapState("user", ["isAuthenticated"]),
80 ...mapState("application", ["contextBoxContent", "showSearchbar"]), 80 ...mapState("application", ["contextBoxContent", "showSearchbar"]),
81 isMapVisible() { 81 isMapVisible() {
82 return /importoverview|stretches|review|bottlenecks|mainview/.test( 82 return /importconfiguration|importoverview|stretches|review|bottlenecks|mainview/.test(
83 this.routeName 83 this.routeName
84 ); 84 );
85 }, 85 },
86 routeName() { 86 routeName() {
87 const routeName = this.$route.name; 87 const routeName = this.$route.name;