Hello Experts, I’m new to web development.
I have hard time figuring out below task using nuxt-link.
<a href="#after">After Effects</a>
Nuxt link doesn’t scroll like simple html code does.
<nuxt-link to="#after">After Effects</nuxt-link>
Any possible help/tip will be highly appreciated.