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'm trying to set a couple global defaults so that all instances of my snotify popups have timeout:0 and showProgressBar: false but I can't get it to work.
In main.js of my Vue project, I have set up Snotify with the following:
I'm trying to set a couple global defaults so that all instances of my snotify popups have
timeout:0
andshowProgressBar: false
but I can't get it to work.In
main.js
of my Vue project, I have set up Snotify with the following:The popups work fine, but those global defaults don't apply anywhere. Does anyone know how to use
setDefaults
properly? Thanks!The text was updated successfully, but these errors were encountered: