mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
design szlaków na liście scenerii
This commit is contained in:
@@ -81,11 +81,11 @@ export default defineComponent({
|
||||
|
||||
computed: {
|
||||
filteredOneWayRoutes() {
|
||||
return this.station.generalInfo?.routes.oneWay.filter(routeFilter) || [];
|
||||
return this.station.generalInfo?.routes.single.filter(routeFilter) || [];
|
||||
},
|
||||
|
||||
filteredTwoWayRoutes() {
|
||||
return this.station.generalInfo?.routes.twoWay.filter(routeFilter) || [];
|
||||
return this.station.generalInfo?.routes.double.filter(routeFilter) || [];
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user