Add weather summary

This commit is contained in:
2024-03-04 01:49:28 +00:00
parent 4aaa9064fb
commit d396ec785f
5 changed files with 197 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
<CurrentLaundryStatus></CurrentLaundryStatus>
</v-col>
</v-row>
<v-row>
<v-col cols="4">
<WeatherSummary></WeatherSummary>
</v-col>
</v-row>
</v-container>
</template>