mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
chore(preview): adjustments in image loading & fallback
This commit is contained in:
@@ -34,8 +34,6 @@ export const useStore = defineStore({
|
||||
isColdStart: false,
|
||||
isDoubleManned: false,
|
||||
|
||||
imageLoading: false,
|
||||
|
||||
chosenLocoGroup: 'loco-electric' as LocoGroupType,
|
||||
chosenCarGroup: 'wagon-passenger' as WagonGroupType,
|
||||
|
||||
@@ -126,7 +124,6 @@ export const useStore = defineStore({
|
||||
try {
|
||||
const vehiclesData = (await http.get<IVehiclesData>('/vehicles')).data;
|
||||
this.vehiclesData = vehiclesData;
|
||||
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user