comparison client/src/components/Contextbox.vue @ 2559:d9e1db955d49

Backed out changeset 91c68153e7b6
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 08 Mar 2019 13:36:24 +0100
parents 91c68153e7b6
children 9f3856337f55
comparison
equal deleted inserted replaced
2557:91c68153e7b6 2559:d9e1db955d49
34 Bottlenecks: () => import("@/components/Bottlenecks"), 34 Bottlenecks: () => import("@/components/Bottlenecks"),
35 Stretches: () => import("@/components/ImportStretches.vue"), 35 Stretches: () => import("@/components/ImportStretches.vue"),
36 ImportOverview: () => 36 ImportOverview: () =>
37 import("@/components/importoverview/ImportOverview.vue"), 37 import("@/components/importoverview/ImportOverview.vue"),
38 ImportOverviewAlt: () => 38 ImportOverviewAlt: () =>
39 import("@/components/importoverview/ImportOverview_blue.vue") 39 import("@/components/importoverview/ImportOverviewAlt.vue")
40 }, 40 },
41 computed: { 41 computed: {
42 ...mapState("application", [ 42 ...mapState("application", [
43 "showSearchbarLastState", 43 "showSearchbarLastState",
44 "contextBoxContent", 44 "contextBoxContent",