update
This commit is contained in:
parent
faa75178aa
commit
ae76220e84
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ export default {
|
||||||
},
|
},
|
||||||
modalCloseButtonText() {
|
modalCloseButtonText() {
|
||||||
return this.getCmsContent('RecalModal', 'FooterText');
|
return this.getCmsContent('RecalModal', 'FooterText');
|
||||||
|
},
|
||||||
|
vehicleMake() {
|
||||||
|
return this.mainStore.order.vehicle.make.toUpperCase();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue