mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Use <router-link> instead of a @click handler in SceneryTimetable
This commit is contained in:
@@ -86,6 +86,13 @@ export const useMainStore = defineStore('mainStore', {
|
||||
isSupporter: train.driverIsSupporter,
|
||||
driverLevel: train.driverLevel,
|
||||
|
||||
driverRouteLocation: {
|
||||
name: 'DriverView',
|
||||
query: {
|
||||
trainId: train.id
|
||||
}
|
||||
},
|
||||
|
||||
timetableData: timetable
|
||||
? {
|
||||
timetableId: timetable.timetableId,
|
||||
|
||||
Reference in New Issue
Block a user