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,
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue