Removed unnecessary "emits" directive"

This commit is contained in:
Leah Schumann 2023-03-14 09:25:24 -04:00
parent 08459d2741
commit 6496b985b5

View file

@ -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),