DEV Community

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

Collapse
 
mghazy profile image
Mohammad Reza Ghazy

excellent job Stephann ! important step to code reuse ! also it is possible to use this method for confirmation dialog.. which always you have to ask when you want to delete an item..
on the other hand we have three file creation and two file update for just a "snack-bar" message !
we can also use third-party library like sweetalert2. they did good job !