mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Cleanup
This commit is contained in:
@@ -146,17 +146,6 @@ export default defineComponent({
|
|||||||
this.searchHistory();
|
this.searchHistory();
|
||||||
},
|
},
|
||||||
|
|
||||||
// activated() {
|
|
||||||
// if (this.timetableId) {
|
|
||||||
// this.searchersValues['search-train'] = `#${this.timetableId}`;
|
|
||||||
// this.searchHistory();
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
|
|
||||||
// mounted() {
|
|
||||||
// if (!this.timetableId) this.searchHistory();
|
|
||||||
// },
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
handleScroll(e: Event) {
|
handleScroll(e: Event) {
|
||||||
const listElement = e.target as HTMLElement;
|
const listElement = e.target as HTMLElement;
|
||||||
|
|||||||
Reference in New Issue
Block a user