aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal/modal.js
diff options
context:
space:
mode:
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')
- }
}
}