vuejs-noty
vuejs-noty copied to clipboard
Error calling api method "closeAll"
Trying to close all messages using this:
this.$noty.closeAll();
Receiving this error:
Uncaught TypeError: this.$noty.closeAll is not a function
All other methods (this.$noty.success
, this.$noty.error
etc) are working fine.
Any idea why?? Thank you.
This is just a wrapper for noty, so I'm assuming @renoguyon hasn't implemented it. Maybe patch it and submit a pull request?