mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
hotifx toString
This commit is contained in:
@@ -129,7 +129,7 @@ export default defineComponent({
|
||||
|
||||
computed: {
|
||||
currentMode() {
|
||||
return this.$route.query.view ?? 'SceneryTimetable';
|
||||
return this.$route.query.view?.toString() ?? 'SceneryTimetable';
|
||||
},
|
||||
|
||||
stationInfo() {
|
||||
|
||||
Reference in New Issue
Block a user