testing some changes
This commit is contained in:
parent
48214193a1
commit
b960c768f4
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue