Removed unnecessary "emits" directive"
This commit is contained in:
parent
08459d2741
commit
6496b985b5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ import { deepClone } from "@/layouts/service-location/helpers/object-cloning-hel
|
|||
|
||||
export default {
|
||||
name: "mobile-location-modal-questions",
|
||||
emits: ["update:modelValue", "updated-zip-code"], // The component emits an event
|
||||
emits: ["update:modelValue"], // The component emits an event
|
||||
data() {
|
||||
return {
|
||||
internalModel: deepClone(this.modelValue),
|
||||
|
|
|
|||
Loading…
Reference in a new issue