Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 19, 2020 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0593e1dbcd467d32d645692458e13730 to your computer and use it in GitHub Desktop.
Save parzibyte/0593e1dbcd467d32d645692458e13730 to your computer and use it in GitHub Desktop.
Vue.use(Toasted);
new Vue({
el: "#app",
mounted(){
this.$toasted.show("Soy un toast", {
duration: 1000,
position: "top-left",
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment