Updates after merge

This commit is contained in:
Bill Richardson 2023-03-20 10:49:12 -04:00
parent c4f0624f10
commit 44a6629d36
2 changed files with 2 additions and 4 deletions

View file

@ -64,8 +64,7 @@ import { getPricedMobileFeePart } from "@/layouts/service-location/helpers/servi
export default {
name: "mobile-location-modal-questions",
emits: ["update:modelValue", "updated-mobile-fee-part"],
emits: ["update:modelValue", "updated-zip-code", "updated-contains-military-base"], // The component emits an event
emits: ["update:modelValue", "updated-mobile-fee-part", "updated-contains-military-base"], // The component emits an event
data() {
return {
internalModel: deepClone(this.modelValue),

View file

@ -43,8 +43,7 @@ import { getPricedMobileFeePart } from "@/layouts/service-location/helpers/servi
export default {
name: "service-zip-modal-question",
emits: ["update:modelValue", "updated-mobile-fee-part"],
emits: ["updated-contains-military-base"],
emits: ["update:modelValue", "updated-mobile-fee-part", "updated-contains-military-base"],
data() {
return {
internalModel: this.copyModel(this.modelValue),