The Vue.js 2 Master Class
🚧 PLEASE NOTE: An updated version of this course is available! see the The Vue.js Master Class 2024 Edition course. This course is outdated!

In Component Navigation Guards

Route protection is essential in any application that allows users to authenticate and in this lesson, we're learning how to protect Vue components with navigation guards. A navigation guard acts as a middleware that can protect a route component.

We're also learning how to access data from child components through component refs and how to prevent navigation if a user has made changes to a form.

Click here for the exercise solution.