comparison client/src/components/App.vue @ 4321:6dfbf534818b

Improve naming and rename fairway/Profiles to fairway/BottleneckDialogue
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 04 Sep 2019 13:40:11 +0200
parents 6ce80daf8413
children e4e32c77ed83
comparison
equal deleted inserted replaced
4320:baa3759f27f4 4321:6dfbf534818b
95 } 95 }
96 ]; 96 ];
97 } 97 }
98 }, 98 },
99 components: { 99 components: {
100 Profiles: () => import("./fairway/Profiles"), 100 Profiles: () => import("./fairway/BottleneckDialogue"),
101 Gauges: () => import("./gauge/Gauges"), 101 Gauges: () => import("./gauge/Gauges"),
102 Pdftool: () => import("./Pdftool"), 102 Pdftool: () => import("./Pdftool"),
103 Identify: () => import("./identify/Identify"), 103 Identify: () => import("./identify/Identify"),
104 Layers: () => import("./layers/Layers"), 104 Layers: () => import("./layers/Layers"),
105 Sidebar: () => import("./Sidebar"), 105 Sidebar: () => import("./Sidebar"),