remove comment that was removed previously
This commit is contained in:
parent
44a6629d36
commit
9fd6a08dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ import { getPricedMobileFeePart } from "@/layouts/service-location/helpers/servi
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "mobile-location-modal-questions",
|
name: "mobile-location-modal-questions",
|
||||||
emits: ["update:modelValue", "updated-mobile-fee-part", "updated-contains-military-base"], // The component emits an event
|
emits: ["update:modelValue", "updated-mobile-fee-part", "updated-contains-military-base"],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
internalModel: deepClone(this.modelValue),
|
internalModel: deepClone(this.modelValue),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue