Poprawki wyglądu, usunięcie buga z filtrem pociągów

This commit is contained in:
2021-04-11 00:43:42 +02:00
parent 29b11cf80d
commit 6b867cc457
7 changed files with 26 additions and 17 deletions
@@ -81,6 +81,13 @@ export default class TrainOptions extends Vue {
@Prop() readonly queryTrain!: string;
@Prop() readonly focusedTrain!: string;
mounted() {
if (this.queryTrain) {
this.searchedTrain = this.queryTrain;
this.searchedDriver = "";
}
}
sorterOptions: { id: string; content: string }[] = [
{
id: "mass",