support zimnego startu lokomotyw

This commit is contained in:
2023-07-13 17:51:09 +02:00
parent 7362d4ffbd
commit cbe983f96c
11 changed files with 108 additions and 81 deletions
+6
View File
@@ -20,6 +20,8 @@ export const useStore = defineStore({
chosenCargo: null,
chosenVehicle: null,
isColdStart: false,
showSupporter: false,
imageLoading: false,
@@ -71,6 +73,9 @@ export const useStore = defineStore({
case '/stockgnr':
this.stockSectionMode = 'stock-generator';
break;
case '/vehicles':
this.stockSectionMode = 'wiki-list';
break;
default:
break;
}
@@ -78,3 +83,4 @@ export const useStore = defineStore({
},
});