[Vuejs]-Is there any way to trigger v-dialog from vuex store?

0👍

Make a state and it’s getter on which basis you want to trigger dialog box. Add getter in computed properties of component then use it for dialog box.

Leave a comment