This commit is contained in:
Katie Kroell 2026-02-26 14:15:33 -05:00
parent faa75178aa
commit ae76220e84

View file

@ -39,6 +39,9 @@ export default {
},
modalCloseButtonText() {
return this.getCmsContent('RecalModal', 'FooterText');
},
vehicleMake() {
return this.mainStore.order.vehicle.make.toUpperCase();
}
},
methods: {