eolant / vuetify-toast-snackbar

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

How to set an custom function #14

Closed victorsilent closed 5 years ago

victorsilent commented 5 years ago

Hello, on the docs I can see you calling this.$toast.custom('Custom'), is possible to create different functions to call the toast? this.$toast.custom1('Custom'), this.$toast.custom2('Custom') and so on?