vue-modal
GitHub
GitHub
  • Introduction
  • Installation
  • Usage
  • Options
  • Examples

    • Basic
    • Sidebar / Drawer
    • Animations
    • Prevent body scroll
    • Prevent modal from closing
    • Customizing

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.

  • Example
  • Template
  • Script
Edit this page
Last Updated: 4/14/21, 2:10 PM
Prev
Prevent body scroll
Next
Customizing