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
- [Vuejs]-Laravel 9: How to rebuild Javascript files in a project
- [Vuejs]-Open up a modal in blade when click on a Vuejs button
Source:stackexchange.com