viktorlarsson / vue-tiny-slider

Vanilla javascript slider for all purposes created by ganlanyuan in Vue.
MIT License
136 stars 51 forks source link

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

Open sjoerdoudman opened 4 years ago

sjoerdoudman commented 4 years ago

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 commented 4 years ago

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.