create toast component in vuejs code example
Example: how to include a toasted property in vue
let myToast = this.$toasted.show("Holla !!");myToast.text("Changing the text !!!").goAway(1500);
let myToast = this.$toasted.show("Holla !!");myToast.text("Changing the text !!!").goAway(1500);