vue-snotify icon indicating copy to clipboard operation
vue-snotify copied to clipboard

Getting error: "Document is not defined"

Open angelocapone opened this issue 5 years ago • 0 comments

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.

angelocapone avatar May 19 '19 07:05 angelocapone