vue-toast

    
    this.$toast('hello world', {
      type: 'default',
      duration: 5000,
      closable: false,
      position: 'bottom-middle',
      maxToasts: 3
    })
    
  
Show Toast