<h2>Prevent modal from closing</h2>

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 <code>enableClose</code> prop
which, when set to <code>false</code>, prevents the modal from closing.

<vue-example file="prevent-close" />