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

@ -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: {