aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal/modal.js
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-21 20:52:31 -0400
committertaehoon <th.dev91@gmail.com>2019-10-21 20:52:31 -0400
commit6084a5b6fe43bd14cf5d87a8f1623b338aad936e (patch)
treedd129a403f581fb7626f278573cb41aa6d5d74fe /src/components/modal/modal.js
parentc23a87d8ff7dfed662b5288d6fb77da1a7b3ebbc (diff)
update event name
Diffstat (limited to 'src/components/modal/modal.js')
-rw-r--r--src/components/modal/modal.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/modal/modal.js b/src/components/modal/modal.js
index 78537a1b..8daa27a3 100644
--- a/src/components/modal/modal.js
+++ b/src/components/modal/modal.js
@@ -4,11 +4,6 @@ const Modal = {
type: Boolean,
default: true
}
- },
- methods: {
- closeModal () {
- this.$emit('close')
- }
}
}