[Vuejs]-Trigering methods in nested VUE 3 components

0👍

You can try to add the modal in the App.vue and created a global variable to control its visibility. In case if you have more components, you can just it to parent component of all components (or particular page)

Leave a comment