-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuex Notification Handling #24
Comments
@dbettin unfortunately it's not possible to call it from vuex at the moment because it's tied to the local vue instance. It could possibly be modified to allow that similar to http://element.eleme.io/#/en-US/component/notification but I'll have to look into that |
👍 |
Hi @dbettin @ligne13 More details here https://github.com/cristijora/vue-notifyjs/releases PS: You need to initialize the plugin anyway if you want to use this feature. |
Is there a best practice for using this lib from Vuex? I am trying to understand how to call
this.$notify
for any notification that happens within the app.The text was updated successfully, but these errors were encountered: