diff --git a/src/components/Global/FlagIcon.vue b/src/components/Global/FlagIcon.vue index d3ab4bb..4ec852a 100644 --- a/src/components/Global/FlagIcon.vue +++ b/src/components/Global/FlagIcon.vue @@ -31,6 +31,12 @@ const languageFlagSrc = computed( diff --git a/src/components/JournalView/JournalTimetables/EntryGeneral.vue b/src/components/JournalView/JournalTimetables/EntryGeneral.vue index 38144bc..9844342 100644 --- a/src/components/JournalView/JournalTimetables/EntryGeneral.vue +++ b/src/components/JournalView/JournalTimetables/EntryGeneral.vue @@ -73,7 +73,7 @@
- +
diff --git a/src/components/SceneryView/SceneryInfo/SceneryInfoDispatcher.vue b/src/components/SceneryView/SceneryInfo/SceneryInfoDispatcher.vue index 197e29d..57b20f4 100644 --- a/src/components/SceneryView/SceneryInfo/SceneryInfoDispatcher.vue +++ b/src/components/SceneryView/SceneryInfo/SceneryInfoDispatcher.vue @@ -21,6 +21,8 @@ {{ onlineScenery.dispatcherName }} + +
@@ -51,9 +53,11 @@ import styleMixin from '../../../mixins/styleMixin'; import StationStatusBadge from '../../Global/StationStatusBadge.vue'; import { ActiveScenery } from '../../../typings/common'; import { useApiStore } from '../../../store/apiStore'; +import FlagIcon from '../../Global/FlagIcon.vue'; export default defineComponent({ mixins: [styleMixin, dateMixin, routerMixin], + components: { StationStatusBadge, FlagIcon }, data() { return { @@ -66,8 +70,7 @@ export default defineComponent({ type: Object as PropType, required: false } - }, - components: { StationStatusBadge } + } }); diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index cf95376..ea1f551 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -68,7 +68,7 @@
- +