Global Modal with Vue 3 + Bootstrap + Pinia – Javascript
I have made a ModalComponent.vue file which I want to reuse everywhere. The modal has slots for the title, body and footer. It has a standard close modal button, which works fine. I want to have another button next to…