mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
feat: driver train view
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
methods: {
|
||||
driverMixin_showDriverView(id: string) {
|
||||
this.$router.push({
|
||||
name: 'DriverView',
|
||||
query: {
|
||||
trainId: id
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user