lxh 3 veckor sedan
förälder
incheckning
394eff3fac
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

+ 2 - 2
src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

@@ -520,8 +520,8 @@ export function getComponent() {
       return gasPumpHome;
     default:
       // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHome.vue'));
-       gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCopy.vue'));
-        // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeBD.vue'));
+      gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCopy.vue'));
+      // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeBD.vue'));
       return gasPumpHome;
   }
 }