vue2-notify
vue2-notify copied to clipboard
Simple Vue2 notification component
HI @websmurf, I think it would be nice if provide a demo page where developers would see vue2-notify in action. It could even be a jsFiddle.
The library won't work in Nuxt.js. Simply importing `vue2-notify` crashes with "window not defined" (coming from hard-wired `velocity-animate` dependency). Steps to reproduce: ``` $ node > require('vue2-notify') ReferenceError: window is...
I use the library in my project con vuejs, and when i click a button to show the message it doesnt work. I dont have ide which its the problem....