vue-snotify
vue-snotify copied to clipboard
Getting error: "Document is not defined"
Right after adding the following in my main.js import Vue from 'vue' import Notifications from 'vue-notification' Vue.use(Notifications)
I’m getting a Chrome error “Document is not defined” node_modules\vue-notification\dist\index.js on line 982
980 function addStyle (obj /* StyleObjectPart */) { 981 var update, remove 982 var styleElement = document.querySelector('style[data-vue-ssr-id~="' + obj.id + '"]')
I’m using Nuxt.js I appreciate any help on this.