[Vuejs]-Laravel vue js modal hide curret modal and show new modal with bootstrap 5

0👍

I got the problem here, i put a v-if in my modal-dialog div in my list-user.vue, so my modal have no div dialog in mounted then modal bootstrap can’t call it to show, so i move my if statement in my modal-content and it work well

Leave a comment