mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-05 22:38:11 +00:00
refactor(journal): fetching heavy timetable details separately on demand
This commit is contained in:
@@ -61,7 +61,7 @@ export default defineComponent({
|
||||
|
||||
props: {
|
||||
timetableHistory: {
|
||||
type: Array as PropType<API.TimetableHistory.Response>,
|
||||
type: Array as PropType<API.TimetableHistory.ResponseShort>,
|
||||
required: true
|
||||
},
|
||||
scrollNoMoreData: {
|
||||
|
||||
Reference in New Issue
Block a user