2.6 Router Link Active Class ।। Vue Router 4 Fundamentals - #12

Опубликовано: 05 Июнь 2023
на канале: JS School
239
0

In this lesson, we learn how to target links for the currently visited page in order to style them differently from other links. This is common practice and provides a good user experience as it gives them more context about where they are on your site. With Vue.js, all that's needed is to provide the desired styles on the router-link-active class, and Vue Router takes care of the rest!