diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index b27b6ac6..17440cb7 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -4,7 +4,7 @@
- +
@@ -208,6 +208,9 @@ removeScrollEffect() { document.body.style.overflow = ''; this.resetScrollBar(); + }, + animationFinish() { + this.$emit('on-hidden'); } }, mounted () {