mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Rozwijany RJ aktywnych pociągów
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user