Display improvements

This commit is contained in:
2024-12-27 15:29:07 +00:00
parent 89a428f8e7
commit 8a15e06f35
6 changed files with 186 additions and 17 deletions

View File

@@ -23,5 +23,6 @@ declare module 'vue' {
TimeRange: typeof import('./src/components/TimeRange.vue')['default']
ValueChart: typeof import('./src/components/ValueChart.vue')['default']
WeatherSummary: typeof import('./src/components/WeatherSummary.vue')['default']
WindDirectionArrow: typeof import('./src/components/WindDirectionArrow.vue')['default']
}
}