Prettified

This commit is contained in:
Leah Schumann 2023-03-14 15:26:30 -04:00
parent bb8119785f
commit 59a307bafc
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
<div class="fade-on-route-transition sub-container make-tall">
<serviceZipModalQuestion
v-model="serviceZipCodeQuestion"
ref="serviceZipCodeQuestion"
ref="serviceZipCodeQuestion"
linkWidgetName="ServiceZipLinkWidget"
modalWidgetName="ServiceZipModalWidget" />
<serviceTypeQuestion
@ -20,7 +20,7 @@
v-if="selectedServiceType === 'Mobile'"
v-model="mobileLocationQuestions"
:mobileFeePart="mobileFeePart"
ref="mobileLocationModalQuestions"
ref="mobileLocationModalQuestions"
linkWidgetName="MobileLocationLinkWidget"
modalWidgetName="MobileLocationModalWidget" />
<funnel-footer
@ -184,7 +184,7 @@ export default {
this.mobileFeePart = pricedMobileFeePart;
});
},
resetMobileLocation(updatedServiceZipCode) {
resetMobileLocation(updatedServiceZipCodeInfo) {
this.streetAddress = "";
this.apartmentNumberOrBusinessName = "";
this.city = "";

View file

@ -37,7 +37,7 @@ export default {
const form = useForm();
return {
form
form,
};
},
computed: {