chore: added SBL icon & route tooltips

This commit is contained in:
2024-09-18 15:55:33 +02:00
parent 69d9be0bb3
commit 3daf800a89
8 changed files with 99 additions and 48 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<script lang="ts">
import { PropType, defineComponent } from 'vue';
import dateMixin from '../../mixins/dateMixin';
import { TrainScheduleStop } from './TrainSchedule.vue';
import { TrainScheduleStop } from './typings';
export default defineComponent({
mixins: [dateMixin],