-
Notifications
You must be signed in to change notification settings - Fork 25
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
Not support SSR #9
Comments
yes. i plan support it in 1.x which will depend on perfect-scrollbar 1.x |
@Antoine-Demailly i have no time to finish 1.x recently.however i submitted a commit for ssr in the repo,maybe you can test it. i will publish it if no bug. |
@Degfy - i tested with nuxtjs using the |
So... If you fixed it, how can i get updated version? |
@byrnane here you go, I got it by going to the |
@Degfy With the rise of Nuxt.js and Server Side Rendering in general, could you please update the package on NPM? Cheers |
It is worth noting that you can install the version 1.0 of npm install git+https://github.com/Degfy/vue-perfect-scrollbar.git#1.x |
Is it completed though or still in dev? Hasn't been touched in 7 months. |
@Degfy Hey, Any updates on this? NPM package version is still 0.1.0. |
you need nuxt plugin |
I kind of solved it with a hack until this issue is resolved
Put this in the nuxt app entry |
When I run this npm can't seem to find the file. Do I have to manually download from github and add to node modules and update my package.json? |
@Degfy can you tell when SSR will be available? |
For everyone searching for this silution try out CScrollbar component from '@coreui/vue' library |
It seems this package doesn't work with Server Side Rendering project:
The text was updated successfully, but these errors were encountered: