Closed kartikbhargav11 closed 4 years ago
Can you share what the solution to your problem was? Facing the exact same issue.
@rylax Be sure you used class scrollactive-item on a tag. If you put that class on other child element like li it will fail.
<scrollactive class="my-nav" tag="ul">
<li>
<a href="#home" class="scrollactive-item">Home</a>
</li>
</scrollactive>
In Nuxt.js it gives TypeError: Cannot read property 'substr' of undefined on render