From c8feecbb562ea514a8a029a005ba25fe7a4c4fe5 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 21 Oct 2020 10:21:08 +0200 Subject: [PATCH] load stations on page load --- src/components/Main.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Main.vue b/src/components/Main.vue index f68f789..e9ec77d 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -56,6 +56,7 @@ export default { $route: 'onRoute', }, mounted() { + this.loadStations() this.scroll() }, methods: {