Vuejs Bootsrap Modal oculta evento
mounted(){
$(this.$refs.modalIdOrNameInRef).on("hidden.bs.modal", () => {})
}
Magnificent Manatee
mounted(){
$(this.$refs.modalIdOrNameInRef).on("hidden.bs.modal", () => {})
}