Add wind and pressure to kiosk

This commit is contained in:
2024-12-20 17:59:39 +00:00
parent ba18ba2562
commit c2f112dfc9
4 changed files with 85 additions and 46 deletions

View File

@@ -17,6 +17,7 @@ declare module 'vue' {
IndoorSummary: typeof import('./src/components/IndoorSummary.vue')['default']
LongPressButton: typeof import('./src/components/LongPressButton.vue')['default']
NationalDays: typeof import('./src/components/NationalDays.vue')['default']
PressureTrendArrow: typeof import('./src/components/PressureTrendArrow.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TimeRange: typeof import('./src/components/TimeRange.vue')['default']