DEV Community

Discussion on: How to create a global snackbar using Nuxt, Vuetify and Vuex.

Collapse
 
vishnupm profile image
vishnu p manoharan

I Set up this notifier, and it's working on the components and page, but while I try to trigger $notifier from a another plugin, the snack bar didn't shown!

Collapse
 
stephann profile image
Stephann

You will have to search about how inject a plugin in another plugin. I'm not using Nuxt anymore, so I don't know how to solve this problem.