mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodatkowy widok rozkładów jazdy na stacji
This commit is contained in:
+16
@@ -65,6 +65,9 @@ import { mapGetters, mapActions } from "vuex";
|
||||
|
||||
import Clock from "@/components/App/Clock.vue";
|
||||
|
||||
// import stationData from "@/data/stations.json";
|
||||
|
||||
|
||||
@Component({
|
||||
components: { Clock },
|
||||
})
|
||||
@@ -76,6 +79,19 @@ export default class App extends Vue {
|
||||
|
||||
mounted() {
|
||||
this.synchronizeData();
|
||||
|
||||
// stationData
|
||||
// .filter(data => data.stationName.length > 12 || (data.stops && data.stops.some(stop => stop.length > 12)))
|
||||
// .forEach(data => {
|
||||
// console.log(data.stationName, data.stationName.length);
|
||||
|
||||
// data.stops?.forEach(stop => {
|
||||
// console.log(stop, stop.length);
|
||||
// })
|
||||
|
||||
// console.log("-----");
|
||||
// });
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user