feat(app): added min route speed & max route speed station filters

This commit is contained in:
2024-05-03 19:02:16 +02:00
parent d6b8d032d6
commit 4782dba444
10 changed files with 49 additions and 8 deletions
-6
View File
@@ -80,12 +80,6 @@ export default defineComponent({
},
async mounted() {
// window.addEventListener('focus', () => {
// if (Date.now() - this.apiStore.lastFetchData.getTime() < 15000) return;
// this.apiStore.fetchActiveData();
// });
window.addEventListener('mousemove', (e: MouseEvent) => this.handlePopUpEvents(e));
},