Update vehicle.vue

added flag
This commit is contained in:
hiteshkumar87 2023-08-31 20:00:10 +05:30
parent b43191257e
commit 36b0dceb15

View file

@ -121,6 +121,7 @@ export default {
makeOptions: [],
modelOptions: [],
styleOptions: [],
//flag to check getVehicle action in progress
vehicleInProgress:false,
};
},