Closed dosstx closed 1 year ago
Hi, I’m not a Vue expert, but some time ago I made this component to work in Nuxt. Perhaps, this comment might help you with resolving your problem https://github.com/sneas/img-comparison-slider/issues/89#issuecomment-1185269127
Please let me know how it works.
Thank you! This fixed the issue for me. I just copy and pasted your code sample in the latest Nuxt version and it worked flawlessly.. I did search for this issue beforehand but did not see it, so I am grateful for your quick response and help.
I tried to set this up on Nuxt 3 v3.0 and I get the following error:
Here's my setup:
app.vue
:plugins/imgComparisonSlider.client.ts
:Any ideas on how to get it working in Nuxt3?