🚧 NOTICE: You are watching a Vue.js 2 lesson
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.