-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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 not defined
at Object.<anonymous> (/Users/semenov/tmp/vue/node_modules/velocity-animate/velocity.js:417:4)
at Module._compile (module.js:573:30)
fdenzer