diff client/src/components/map/contextbox/Contextbox.vue @ 1280:f9e4c494e4c5

renamed imports to import soundingresults
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 22 Nov 2018 10:00:22 +0100
parents 8f4bf8576acd
children f1b096e1ee69
line wrap: on
line diff
--- a/client/src/components/map/contextbox/Contextbox.vue	Thu Nov 22 09:50:13 2018 +0100
+++ b/client/src/components/map/contextbox/Contextbox.vue	Thu Nov 22 10:00:22 2018 +0100
@@ -4,7 +4,7 @@
             <i class="fa fa-close"></i>
         </div>
         <Bottlenecks v-if="showInContextBox === 'bottlenecks'"></Bottlenecks>
-        <Imports v-if="showInContextBox === 'imports'"></Imports>
+        <Importsounding v-if="showInContextBox === 'imports'"></Importsounding>
         <Staging v-if="showInContextBox === 'staging'"></Staging>
     </div>
 </template>
@@ -30,7 +30,7 @@
   name: "contextbox",
   components: {
     Bottlenecks: () => import("./Bottlenecks"),
-    Imports: () => import("./Imports.vue"),
+    Importsounding: () => import("./Import_soundingresults.vue"),
     Staging: () => import("./Staging.vue")
   },
   computed: {