Prevent modal from closing
Sometimes it's useful to display a modal that blocks all user interaction until
a process is finished. For this reason, vue-modal has an enableClose
prop
which, when set to false
, prevents the modal from closing.
Sometimes it's useful to display a modal that blocks all user interaction until
a process is finished. For this reason, vue-modal has an enableClose
prop
which, when set to false
, prevents the modal from closing.