hotifx toString

This commit is contained in:
2023-11-13 15:57:01 +01:00
parent 08d3a2a03a
commit 2b6c751f55
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export default defineComponent({
computed: {
currentMode() {
return this.$route.query.view ?? 'SceneryTimetable';
return this.$route.query.view?.toString() ?? 'SceneryTimetable';
},
stationInfo() {