Como incluir uma propriedade tostada em Vue
let myToast = this.$toasted.show("Holla !!");myToast.text("Changing the text !!!").goAway(1500);
Fierce Ferret
let myToast = this.$toasted.show("Holla !!");myToast.text("Changing the text !!!").goAway(1500);