wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

Fix disappearing scroll bug, when leave page with link in a modal #181

Open SamueleCaprioli97 opened 5 years ago

SamueleCaprioli97 commented 5 years ago

When a user click on an internal link in modal, javascript doesn't remove the 'modal-open' class from document.body because 'transition' watcher isn't triggered I added in the beforeDestroy() function, 3 simple rows that remove 'modal-open' class from body at component's un-mount