- {{ store.chosenVehicle.length }}m |
- {{ (store.chosenVehicle.weight / 1000).toFixed(1) }}t |
- {{ store.chosenVehicle.maxSpeed }} km/h
+ {{ store.chosenVehicle.length }}m | {{ (store.chosenVehicle.weight / 1000).toFixed(1) }}t | {{ store.chosenVehicle.maxSpeed }} km/h
-
- {{ $t('preview.cabin') }} {{ store.chosenVehicle.cabinType }}
-
+
{{ $t('preview.cabin') }} {{ store.chosenVehicle.cabinType }}
{{
@@ -47,18 +36,10 @@
}}
-