ibufu / vue2-scrollspy

Scrollspy for Vue2
https://ibufu.github.io/vue2-scrollspy/
MIT License
135 stars 32 forks source link

$scrollTo & this.$scrollTo is not a function #43

Open digitalandcode-genesis opened 4 years ago

digitalandcode-genesis commented 4 years ago

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 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 🙏