DEV Community

Discussion on: use bootstrap 5 in vue correctly

Collapse
 
emmanueldiogu profile image
emmanueldiogu

Hello, thanks for your article it saved me some stress. I however want ask a question. What if I only want to hide the modal in a function without clicking maybe when an event happens?

Collapse
 
tefoh profile image
Tefoh

Hi, glad to help. just call this.modal.hide() in any function you want or even a event callback. You have data and so use it.

Some comments have been hidden by the post's author - find out more