vue-toast
vue-toast copied to clipboard
Suggestion
Add config for setting position of toast popup on the page e.g.
toast.info({
message:"",
duration: 10,
position: "top-right"
})