bennyxguo / vue3-scroll-spy

A vue3 directive for scroll menu tracking.
https://gh.bennyxguo.com/vue3-scroll-spy/
MIT License
25 stars 3 forks source link

Question about multiple Scroll Spies #4

Open lutuh opened 1 year ago

lutuh commented 1 year ago

Hello,

thank you very much for this powerful plugin! Could this plugin be used to have multiple scroll spies in the same Vue project? I tried, but only the last scroll spy is working - it is somehow disabling the scroll spies that have been defined before.

The implementation as a Vue directive suggests to me that in every component one could have a different scroll spy, but I can't get it to work and there is no error message in the console.

Please advise.

Thank you very much!

Lucas

peter-brennan commented 9 months ago

@bennyxguo I am facing the same issue, did you ever find a solution @lutuh

lutuh commented 9 months ago

@peter-brennan Hi Peter, I don't think I did. I cannot recall exactly, but the project in question uses only one scroll spy as of now.