f3oall / vue-awesome-notifications

Vue.js version of Awesome Notifications library
MIT License
104 stars 10 forks source link

what can i do something for get the noticications queue? #1

Closed YafXe closed 6 years ago

YafXe commented 6 years ago

rt.. because some action can be cause this notifications frequently, so i need to clear the queue, what can i get the loop queue? my en is so badly ... sorry ..

f3oall commented 6 years ago

Well, there is no way to do this by library methods. If you want to remove all notifications at once, the only option is to manipulate DOM directly. Just choose notifications container and remove all its child.

Hope it helps. If i didn't understand you, feel free to clarify what you want.

YafXe commented 6 years ago

ok,,,thankyouverymuch, i know what should i do... thankyou verymuch again..

f3oall commented 6 years ago

You are welcome