vue3-scroll-spy
vue3-scroll-spy copied to clipboard
Question about multiple Scroll Spies
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
@bennyxguo I am facing the same issue, did you ever find a solution @lutuh
@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.