Zmiana API

This commit is contained in:
2022-10-30 23:23:35 +01:00
parent c395340054
commit 534f589824
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -313,6 +313,8 @@ export default defineComponent({
stationData.checkpoints?.length > 0 ? stationData.checkpoints.split(';') : [stationData.name],
nameAbbreviation: '',
}));
},
selectDefaultCheckpoint() {
@@ -373,6 +375,7 @@ export default defineComponent({
// this.departureRoutes.push(randRoute);
}
this.departureRoutes.sort(() => Math.random() - 0.5);
},
@@ -395,7 +398,7 @@ export default defineComponent({
.slot-anim {
&-enter-active,
&-leave-active {
transition: all 50ms ease-in-out;
transition: all 75ms ease;
}
&-enter-from,