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
-14
View File
@@ -1,14 +0,0 @@
import { defineComponent } from 'vue';
export default defineComponent({
methods: {
driverMixin_showDriverView(id: string) {
this.$router.push({
name: 'DriverView',
query: {
trainId: id
}
});
}
}
});