Rozwijany RJ aktywnych pociągów

This commit is contained in:
2022-05-23 14:04:04 +02:00
parent c01961fb90
commit 9c0c42bc04
4 changed files with 305 additions and 283 deletions
+3 -3
View File
@@ -22,11 +22,11 @@
@click="toggleTimetable(train)"
@keydown.enter="toggleTimetable(train)"
>
<TrainInfo :train="train" :simpleView="true" />
<TrainInfo :train="train" />
<train-schedule
<TrainSchedule
v-if="train.timetableData && chosenTrainId == getTrainId(train)"
:followingStops="train.timetableData.followingStops"
:train="train"
ref="card-inner"
tabindex="0"
/>