Hi, I'm trying to get the VueSplide slider library working on astro. The only way a can get it working is by using the client:only:"vue" directive on my main Vue component. I would prefer to use client:visible or client:media directives for SEO and better optimization but it throws me this error...
Any idea of how I can make this work or even what is going wrong there ?
Thanks !