diff client/src/components/Contextbox.vue @ 1797:67340ceecc5f

feat: define sections and stretches etd
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Jan 2019 17:12:12 +0100
parents de4e4dcb8f87
children a08e0f532304
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Mon Jan 14 16:21:31 2019 +0100
+++ b/client/src/components/Contextbox.vue	Mon Jan 14 17:12:12 2019 +0100
@@ -5,6 +5,7 @@
     </div>
     <Bottlenecks v-if="contextBoxContent === 'bottlenecks'"></Bottlenecks>
     <Staging v-if="contextBoxContent === 'staging'"></Staging>
+    <Stretches v-if="contextBoxContent === 'stretches'"></Stretches>
   </div>
 </template>
 
@@ -28,7 +29,8 @@
   name: "contextbox",
   components: {
     Bottlenecks: () => import("./Bottlenecks"),
-    Staging: () => import("./staging/Staging.vue")
+    Staging: () => import("./staging/Staging.vue"),
+    Stretches: () => import("./ImportStretches.vue")
   },
   computed: {
     ...mapState("application", [