se-panfilov / vue-notifications

Vue.js agnostic library for non-blocking notifications
https://se-panfilov.github.io/vue-notifications/
MIT License
698 stars 54 forks source link

Return reference to created notification #178

Open JiiHu opened 4 years ago

JiiHu commented 4 years ago

With the reference you can access to notification after it has been dispatched. For example if you want to close the notification via other method than direct interaction with the notification, having reference is a must.