Open PawelDecowski opened 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.
active
https://codepen.io/paweldecowski/pen/VRxawX
Try commenting out VueJS initialisation and it works fine. But with it, it doesn’t work.
Same here... have you solved the problem?
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.