comparison client/src/components/Contextbox.vue @ 2419:f374ca26a337 staging_consolidation

removed depency on old component
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 28 Feb 2019 14:03:07 +0100
parents e120631797f6
children 171ea4b5e8dc
comparison
equal deleted inserted replaced
2418:39df9967343c 2419:f374ca26a337
27 27
28 export default { 28 export default {
29 name: "contextbox", 29 name: "contextbox",
30 components: { 30 components: {
31 Bottlenecks: () => import("@/components/Bottlenecks"), 31 Bottlenecks: () => import("@/components/Bottlenecks"),
32 Staging: () => import("@/components/staging/Staging.vue"),
33 Stretches: () => import("@/components/ImportStretches.vue"), 32 Stretches: () => import("@/components/ImportStretches.vue"),
34 ImportOverview: () => 33 ImportOverview: () =>
35 import("@/components/importoverview/ImportOverview.vue") 34 import("@/components/importoverview/ImportOverview.vue")
36 }, 35 },
37 computed: { 36 computed: {