Open vikcch opened 2 years ago
On the documention of the events @before-open and @before-close reads:
@before-open
@before-close
Further opening of the modal can be blocked from this event listener by calling event.cancel()
event.cancel()
On the code has to be event.stop()
event.stop()
Documentation - Events
vue-js-modal: 1.3.34
Problem:
On the documention of the events
@before-open
and@before-close
reads:On the code has to be
event.stop()
Documentation - Events
Version:
vue-js-modal: 1.3.34
Example & screenshots: