Updates after merge
This commit is contained in:
parent
c4f0624f10
commit
44a6629d36
2 changed files with 2 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue