diff client/src/components/splitscreen/Splitscreen.vue @ 2894:95e40c87a943

client: applied component name change where it is used
author Markus Kottlaender <markus@intevation.de>
date Tue, 02 Apr 2019 12:17:52 +0200
parents 503a73e9a755
children
line wrap: on
line diff
--- a/client/src/components/splitscreen/Splitscreen.vue	Tue Apr 02 12:14:57 2019 +0200
+++ b/client/src/components/splitscreen/Splitscreen.vue	Tue Apr 02 12:17:52 2019 +0200
@@ -14,7 +14,7 @@
         v-if="activeSplitscreen"
       />
       <div class="d-flex flex-fill">
-        <SpinnerOverlay v-if="splitscreenLoading" />
+        <UISpinnerOverlay v-if="splitscreenLoading" />
         <transition name="fade" mode="out-in">
           <component
             :is="activeSplitscreen.component"