vue-tiny-slider
vue-tiny-slider copied to clipboard
<no-ssr> is deprecated, <client-only> does not seem te be supported
I have been working using the NuxtJS SSR documentation and this was running smoothly so far. After a recent update however, the no-ssr component has been removed. I have been seeing a deprecation warning for a while, but it was possible to ignore until now... Replacing the no-ssr with client-only does not solve the issue. All my slideshows aren't working anymore. Is there a chance this will be updated?
This means that the documentation also will have to be updated.
Rectification: After deleting my lockfile and node modules. Doing npm install and rebuilding it works fine with client-only. So I guess only the documentation should be updated a bit.