You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also having the same issue on latest versions. The Snotify instance is responding from the console when i do vm0.$snotify but from a component, if I do this.$Snotify,warning("some error"); nothing happens,
I have imported the vue-snotify, added it using Use placed the element at the top of App.vue in the template and it is all visible in Vue Dev Tools,, when triggered via console it outputs the instance object;
Checking the console on loading the site I get a 'Failed to mount component message' despite it being clearly visible in the View Dev Tools.;
@mlinquan I followed this page and got it working. The name of the component added to the main App.vue page made all the difference, I was using the name by which I imported it with, when I noticed on the link below the component name was different from the imported name, I went back and changed it and boom all works. https://alligator.io/vuejs/vue-notifications-snotify/
so, just sharing for info, as I was looking the rag with it and ready to move onto another notifications plug in!
OS: macOS High Sierra 10.13.6
vue-snotify: v3.2.1
vue: v2.5.21
no error, no waring, no display snotify.
The text was updated successfully, but these errors were encountered: