lcdsantos / menuspy

A JavaScript library to make navigation menus highlight the item based on currently in view section.
https://leocs.me/menuspy/
MIT License
303 stars 38 forks source link

Conflict with VueJS #15

Open PawelDecowski opened 5 years ago

PawelDecowski commented 5 years ago

As soon as I initiate VueJS on any of the ancestor elements of the nav, the active class is no longer added to the active item. The hash is still updated.

https://codepen.io/paweldecowski/pen/VRxawX

Try commenting out VueJS initialisation and it works fine. But with it, it doesn’t work.

Sogl commented 1 year ago

Same here... have you solved the problem?