[Vuejs]-Bootstrap modal close through js bug

0👍

This should work. if not you have other problem in code. Read modal javascript docs https://getbootstrap.com/docs/4.0/components/modal/#via-javascript

$('#myModal').modal('hide')

Leave a comment