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 using it with Quasar something like this: (in SPA mode; with Nuxt in Universal mode you'd have to wrap the mounted in a
if(process.browser){}
block, but the same setup should work without plugins (although plugins work well too; it's really all a matter of whether you want the component to be global or not):
It would be very helpful to see an example where this library is integrated in a vue/nuxt enviroment.
The text was updated successfully, but these errors were encountered: