We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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