mounted(){ $(this.$refs.modalIdOrNameInRef).on("hidden.bs.modal", () => {}) }
import {Modal} from "bootstrap"; let modalElement = document.getElementById('iconsModal'); Modal.getInstance(modalElement).hide();