mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Use <router-link> instead of a @click handler in SceneryTimetable
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { RouteLocationRaw } from 'vue-router';
|
||||
|
||||
export type Availability = 'default' | 'unavailable' | 'nonPublic' | 'abandoned' | 'nonDefault';
|
||||
export type ScenerySpawnType = 'passenger' | 'freight' | 'loco' | 'all';
|
||||
|
||||
@@ -70,6 +72,8 @@ export interface Train {
|
||||
isTimeout: boolean;
|
||||
isSupporter: boolean;
|
||||
|
||||
driverRouteLocation: RouteLocationRaw,
|
||||
|
||||
timetableData?: {
|
||||
timetableId: number;
|
||||
category: string;
|
||||
|
||||
Reference in New Issue
Block a user