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