mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
fix: asynchroniczność pobierania danych z API
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
optionsType="timetables"
|
||||
/>
|
||||
|
||||
<JournalStats />
|
||||
<JournalStats v-if="dataStatus == DataStatus.Loaded" />
|
||||
|
||||
<div class="list_wrapper" @scroll="handleScroll">
|
||||
<transition name="status-anim" mode="out-in">
|
||||
@@ -165,8 +165,6 @@ export default defineComponent({
|
||||
beforeRouteUpdate(to, _) {
|
||||
this.handleQueries(to.query);
|
||||
this.fetchHistoryData();
|
||||
|
||||
console.log('test');
|
||||
},
|
||||
|
||||
activated() {
|
||||
|
||||
Reference in New Issue
Block a user