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