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

View file

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