Navigation
Learn about navigation and programmatic navigation in Vue.
Changing the <router-link>
component and programmatically.
Links
While we could just use a standard <a>
tag, the <router-link>
component that Vue Router provides has several advantages:
It automatically applies a CSS class of “active” when the URL matches the current ...
Get hands-on with 1400+ tech skills courses.