nandi95 / vue-toastify

🔥 Simple, extendable, dependency free notification plugin. 🔥
https://vue-toastify.netlify.com/
MIT License
227 stars 12 forks source link

How can I make it disappear after some time as I have defined? #9

Closed anishansari closed 4 years ago

anishansari commented 4 years ago

I am following the documentation and working with this for my project but it doesn't disappear until and unless I click on it. Vue.use(VueToastify,{ position:"top-right", errorDuration:500, successDuration:500, alertInfoDuration:500, duration:500, });