Vuetify Toast Snackbar Demo

Show 'hello' Show 'error' Show toast for 10 sec Clear queue

          this.$toast.success('Hello', {
            queueable: true
          });

          this.$toast.error('Error');

          this.$toast('This is an information.', {
            timeout: 10000,
            icon: 'info',
            dismissable: false,
            showClose: true
          });
        


Documentation: https://github.com/eolant/vuetify-toast-snackbar