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 have found a solution to this issue. I just had to add this library to nuxt as a client-only plugin. It appears when it tries to compile the code during SSR, it gets into issues.
Hey,
I'm trying to import this library in my Nuxt project. I simply create a plugin file with following content:
But I get this error:
Cannot set property 'roundSlider' of undefined
Am I doing something wrong here?
Any helps would be appreciated. Thanks in advance
vue version: 2.6.12
nuxt version: 2.14.12
vue-round-slider version: 1.0.1
The text was updated successfully, but these errors were encountered: