Prettified
This commit is contained in:
parent
bb8119785f
commit
59a307bafc
2 changed files with 4 additions and 4 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export default {
|
|||
const form = useForm();
|
||||
|
||||
return {
|
||||
form
|
||||
form,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue