Skip to content

Commit

Permalink
Update carousel component in tab panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett-S-OWB committed Oct 14, 2024
1 parent ffef469 commit 0d885e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<!-- Tab Panels -->
<q-tab-panels v-model="tab" animated class="col">
<q-tab-panel name="lp" class="q-pa-none column">
<ChargePoint />
<ChargePointCarousel />
</q-tab-panel>
<q-tab-panel name="speicher" class="scroll">
<div class="q-pa-md">
Expand Down Expand Up @@ -127,7 +127,7 @@
import { ref, onMounted } from 'vue';
import DIA1 from '/src/assets/Dia_1.png';
import DIA2 from '/src/assets/Dia_2.png';
import ChargePoint from 'src/components/ChargePoint.vue';
import ChargePointCarousel from 'src/components/ChargePointCarousel.vue';
// import { useMqttStore } from 'src/stores/mqtt-store';
Expand Down

0 comments on commit 0d885e3

Please sign in to comment.