-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR Support #6
Comments
@samuelgoddard hi! for ssr i want to use smooth scrollbar as directive (for example, like vue-quill-editor https://github.com/surmon-china/vue-quill-editor/blob/master/src/ssr.js). In nuxt i used it with |
Hi, |
@DidoMarchet I used it with mixin, that checks spa or ssr mode, and for ssr i render markup without scrollbar, and when spa app mounted, i replace static content with content with scrollbar. This methods works for me, but it still not clean solution 🤔 |
Hello there, This guy supports SSR out of the box and it runs smoothly. |
for render (dynamic) content, It maybe should like this:
for me, it works |
Hi mate, really appreciate this port, it's working great on my Vue projects. However, I'm attempting to use this library in a Nuxt project and and stumbling with SSR support. I've noticed this is on your roadmap, do you have any idea when this might get implemented / any guidance to how to approach getting it working so I can potentially look at opening a PR?
Thanks again
The text was updated successfully, but these errors were encountered: