-
Notifications
You must be signed in to change notification settings - Fork 47
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
Doesnt working with nuxt #27
Comments
It is working with nuxt but i'm not satisfied becouse of bugs. |
No :( |
if you can get away with just using css, you could try: position: -webkit-sticky; /* Safari */
position: sticky;
top: 0; |
I think one of the things myself and others enjoy about this directive is the ability to listen to sticky events and respond. I currently had to remove this from my nuxt project as it was working, but only when reloading the page that it was used on to get a fresh version from nuxt of that specific page (still not sure why). |
It's working fine for me on nuxt, but it has some issues, especially with the "onStick" callback |
+1 |
same here 👎 |
Actually it works for me ONLY if I set |
@isuke01 writing it as a string worked, thanks for the tip! |
Im using nuxt
and i'm getting that.
What im doing wrong?
The text was updated successfully, but these errors were encountered: