diff --git a/src/Modal.vue b/src/Modal.vue index 3dfbde8..23fab3c 100644 --- a/src/Modal.vue +++ b/src/Modal.vue @@ -2,7 +2,8 @@
{ stopEventExecution = false } + const stop = () => { stopEventExecution = true } const beforeEvent = this.genEventObject({ stop, state, params }) this.$emit(beforeEventName, beforeEvent) @@ -285,7 +286,7 @@ };