testing some changes

This commit is contained in:
Kroell 2023-03-09 13:11:34 -05:00
parent 48214193a1
commit b960c768f4

View file

@ -87,8 +87,8 @@ export default {
activeVehicleLookupAlertType: null,
needToLookupVehicle: true,
vehicleFromLookup: null,
vin: this.getVinFromStore(),
vinPopulatedOnPageLoad: this.getVinFromStore()?.length > 0,
vin: null,
vinPopulatedOnPageLoad: this.mainStore.vehicle.vin?.length > 0,
};
},
provide() {
@ -133,9 +133,9 @@ export default {
arePagePrerequisiteValid() {
return true;
},
getVinFromStore() {
return this.mainStore.vehicle.vin;
},
// getVinFromStore() {
// return this.mainStore.vehicle.vin;
// },
backButtonAction() {
/**
* this.navigationScenarios comes from base-mixin