File tree Expand file tree Collapse file tree
packages/modules/web_themes/koala/source/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <q-tab name =" batteries" title =" Speicher" >
1717 <q-icon name =" battery_full" size =" md" color =" primary" />
1818 </q-tab >
19- <q-tab name =" smart-home" title =" SmartHome" >
19+ <!-- < q-tab name="smart-home" title="SmartHome">
2020 <q-icon name="home" size="md" color="primary" />
21- </q-tab >
21+ </q-tab> -->
2222 </q-tabs >
2323 <!-- Tab Panels -->
2424 <q-tab-panels v-model =" tab" class =" col" >
3535 <BatteryInformation />
3636 </q-tab-panel >
3737 <!-- Smart Home -->
38- <q-tab-panel name =" smart-home" class =" " >
38+ <!-- < q-tab-panel name="smart-home" class="">
3939 <SmartHomeInformation />
40- </q-tab-panel >
40+ </q-tab-panel> -->
4141 </q-tab-panels >
4242 </q-page >
4343</template >
@@ -48,7 +48,7 @@ import ChartCarousel from 'src/components/ChartCarousel.vue';
4848import ChargePointInformation from ' src/components/ChargePointInformation.vue' ;
4949import BatteryInformation from ' src/components/BatteryInformation.vue' ;
5050import VehicleInformation from ' src/components/VehicleInformation.vue' ;
51- import SmartHomeInformation from ' src/components/SmartHomeInformation.vue' ;
51+ // import SmartHomeInformation from 'src/components/SmartHomeInformation.vue';
5252
5353defineOptions ({
5454 name: ' IndexPage' ,
You can’t perform that action at this time.
0 commit comments