Vue Router for Everyone - Vue Router Fundamentals - How to rerender components when vue router params changes
In this lesson, we learn how to re-render components when Vue Router params of the same route changes.
We learn about the special key attribute of the router-view and refactor TheNavigation component to use dynamic routes.