merge: 'dominik-korsa-links' into development

This commit is contained in:
2024-08-22 02:27:53 +02:00
11 changed files with 73 additions and 81 deletions
+4 -7
View File
@@ -192,17 +192,14 @@ export default defineComponent({
return Math.min(vehicleSpeed, acc);
}, 300);
}
},
methods: {
navigateToJournal() {
this.$router.push({
},
journalRouteLocation() {
return {
path: '/journal/timetables',
query: {
'search-driver': this.train.driverName
}
});
}
}
}
});