Add indoor summary

This commit is contained in:
2024-03-15 00:28:54 +00:00
parent e4ee81ca3e
commit 05c0d49a93
7 changed files with 136 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ declare module 'vue' {
CurrentWeather: typeof import('./src/components/CurrentWeather.vue')['default']
DashboardItem: typeof import('./src/components/DashboardItem.vue')['default']
Indoor: typeof import('./src/components/Indoor.vue')['default']
IndoorSummary: typeof import('./src/components/IndoorSummary.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TimeRange: typeof import('./src/components/TimeRange.vue')['default']