[TIL] Vue Router Navigation Guards

TIL about Vue Router's Navigation Guards, which allow us to hook into the navigation process.

For example, beforeRouteLeave can be especially useful for alerting user about unsaved changes in a form and preventing accidental/undesired navigation.