From 00389eff893eba4cdca36cbfb975c234a953f0ea Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Thu, 15 Sep 2022 09:49:19 -0400 Subject: [PATCH] commit --- src/constants/store-mutations.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/constants/store-mutations.js b/src/constants/store-mutations.js index e69de29b..059cf88d 100644 --- a/src/constants/store-mutations.js +++ b/src/constants/store-mutations.js @@ -0,0 +1,19 @@ +const storeMutations = { + + // VEHICLE MUTATIONS + UPDATE_YEAR: "updateYear", + UPDATE_MAKE: "updateMake", + UPDATE_MODEL: "updateModel", + UPDATE_STYLE: "updateStyle", + UPDATE_CAR_ID: "updateCarId", + UPDATE_VEHICLE_CATEGORY: "updateVehicleCategory", + UPDATE_VEHICLE_IMAGE_URL: "updateVehicleImageUrl", + UPDATE_VEHICLE_IMAGE_VIF_NUMBER: "updateVehicleImageVifNumber", + UPDATE_VEHICLE_IMAGE_COLOR: "updateVehicleImageColor", + UPDATE_VEHICLE_VIN: "updateVehicleVin", + UPDATE_VEHICLE: "updateVehicle", + + + }; + + export { storeMutations }; \ No newline at end of file