diff client/src/components/Contextbox.vue @ 2399:e120631797f6 staging_consolidation

wip
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Feb 2019 13:50:24 +0100
parents f185503ef35a
children f374ca26a337
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Mon Feb 25 17:30:07 2019 +0100
+++ b/client/src/components/Contextbox.vue	Wed Feb 27 13:50:24 2019 +0100
@@ -3,6 +3,9 @@
     <Bottlenecks v-if="contextBoxContent === 'bottlenecks'"></Bottlenecks>
     <Staging v-if="contextBoxContent === 'staging'"></Staging>
     <Stretches v-if="contextBoxContent === 'stretches'"></Stretches>
+    <ImportOverview
+      v-if="contextBoxContent === 'importoverview'"
+    ></ImportOverview>
   </div>
 </template>
 
@@ -25,9 +28,11 @@
 export default {
   name: "contextbox",
   components: {
-    Bottlenecks: () => import("./Bottlenecks"),
-    Staging: () => import("./staging/Staging.vue"),
-    Stretches: () => import("./ImportStretches.vue")
+    Bottlenecks: () => import("@/components/Bottlenecks"),
+    Staging: () => import("@/components/staging/Staging.vue"),
+    Stretches: () => import("@/components/ImportStretches.vue"),
+    ImportOverview: () =>
+      import("@/components/importoverview/ImportOverview.vue")
   },
   computed: {
     ...mapState("application", [