Wygląd i podstawowe funkcjonalności widoku składów online

This commit is contained in:
2020-08-04 18:10:23 +02:00
parent ca2eea15e4
commit e22115844a
7 changed files with 297 additions and 37 deletions
+4
View File
@@ -65,6 +65,10 @@ class Store extends VuexModule {
return this.filteredStations;
}
get getAllStations() {
return this.stations;
}
get getFilters() {
return this.filters;
}