vue-final / vue-final-modal

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://vue-final-modal.org
MIT License
862 stars 95 forks source link

feat: add `stop()` for `@beforeOpen` and `beforeClose` event #367 #402

Closed hunterliu1003 closed 7 months ago

hunterliu1003 commented 7 months ago

fixes #367

Mini-ghost commented 7 months ago

LGTM

Currently, the purpose of modelValueLocal is to synchronize _modelValueLocal and check whether the user prevents the modal from opening or closing. Therefore, I use getters and setters instead of computed to achieve a slight performance improvement.