vuejs-noty icon indicating copy to clipboard operation
vuejs-noty copied to clipboard

Error calling api method "closeAll"

Open rodrigopires opened this issue 6 years ago • 1 comments

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.

rodrigopires avatar Aug 01 '18 13:08 rodrigopires

This is just a wrapper for noty, so I'm assuming @renoguyon hasn't implemented it. Maybe patch it and submit a pull request?

zachbryant avatar Apr 23 '19 09:04 zachbryant