eolant / vuetify-toast-snackbar

Basic Vue toast service that uses Vuetify Snackbar component.
MIT License
127 stars 36 forks source link

Adds attach container to plugin initialization #40

Open daveish opened 4 years ago

daveish commented 4 years ago

With this it's now possible to define a container to which the snackbar should be mounted to. The default is the body element.