Vuejs Bootsrap Modal Hidden Event

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