You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using Nuxtjs with vue2-scrollSpy.
I am having some issue when calling $scrollTo or this.$scrollTo.
it's giving me error of ... is not a function, and also I notice that the second element on v-scroll-spy-link didn't receive active class until you pass on the element again (please see condesandbox) 🤔 any advise how I can fix this issue?
Thank you in advance 🙏
The text was updated successfully, but these errors were encountered:
Codesandbox: https://codesandbox.io/s/romantic-pond-ehixi?file=/pages/index.vue
Hi, I am using Nuxtjs with
vue2-scrollSpy
.I am having some issue when calling
$scrollTo
orthis.$scrollTo
.it's giving me error of
... is not a function
, and also I notice that the second element onv-scroll-spy-link
didn't receive active class until you pass on the element again (please see condesandbox) 🤔 any advise how I can fix this issue?Thank you in advance 🙏
The text was updated successfully, but these errors were encountered: