Poprawki dla nowych pojazdów

This commit is contained in:
2022-06-01 14:39:55 +02:00
parent fd94b367dd
commit 5a1c570e4e
5 changed files with 53 additions and 47 deletions
+1 -13
View File
@@ -68,7 +68,7 @@
type="number"
v-model="chosenMass"
name="length"
max="2500"
max="4000"
min="100"
step="100"
title="Masa składu (t)"
@@ -76,18 +76,6 @@
</div>
<div style="margin: 1em 0">
<button
class="btn choice-btn"
:class="{ chosen: includeSupporterVehicles }"
@click="
() => {
includeSupporterVehicles = !includeSupporterVehicles;
}
"
>
POJAZDY DLA WETERANÓW
</button>
<button class="btn choice-btn" :class="{ chosen: loadableByDefault }" @click="changeLoadableByDefault">
DOMYŚLNIE ŁADOWNE
</button>