This commit is contained in:
2022-12-20 01:38:08 +01:00
parent 859d8d2631
commit 94ed1160a1
2 changed files with 6 additions and 5 deletions
+2 -5
View File
@@ -1,7 +1,7 @@
<template>
<section class="journal-timetables">
<JournalHeader />
<div class="journal_wrapper">
<JournalStats />
@@ -13,9 +13,6 @@
:data-status="dataStatus"
/>
<!-- <DriverStats /> -->
<!-- <button @click="statsCardOpen = true">Stats</button> -->
<div class="list_wrapper" @scroll="handleScroll">
<!-- <transition name="warning" mode="out-in"> -->
<!-- <div :key="dataStatus"> -->
@@ -146,7 +143,7 @@ export default defineComponent({
mounted() {
console.log('mounted');
if (!this.timetableId) this.searchHistory();
},