renoguyon / vuejs-noty

A Vue JS wrapper around Noty
156 stars 29 forks source link

Error calling api method "closeAll" #8

Open rodrigopires opened 6 years ago

rodrigopires commented 6 years ago

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.

zachbryant commented 5 years ago

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