Conflict with VueJS
PawelDecowski opened this issue · 1 comments
PawelDecowski commented
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
Same here... have you solved the problem?