Wywoływanie filtrów za pomocą klawisza F

This commit is contained in:
2022-09-22 14:57:03 +02:00
parent 0a8bfe4c52
commit bcf750d451
5 changed files with 79 additions and 14 deletions
+4
View File
@@ -79,7 +79,11 @@ export default defineComponent({
this.searchedTrain = this.train;
this.searchedDriver = this.driver || '';
}
},
});
</script>