Vue Router for Everyone (Vue 2)
🚧 PLEASE NOTE: An updated version of this course is available! see the Vue Router 4 for Everyone: Master Routing in Vue.js course. This course is outdated!

Vue Router Named Routes and Params

In this lesson, we learn how to work with Vue router and named routes. We also learn how to pass dynamic parameters to the router, called params.

Named routes are highly recommended as they allow us to do changes to the URL without the need for refactoring the links in our apps.