vue-tiny-slider icon indicating copy to clipboard operation
vue-tiny-slider copied to clipboard

<no-ssr> is deprecated, <client-only> does not seem te be supported

Open sjoerdoudman opened this issue 5 years ago • 1 comments

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.

sjoerdoudman avatar Jan 10 '20 10:01 sjoerdoudman

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.

sjoerdoudman avatar Jan 10 '20 11:01 sjoerdoudman