Nuxt/docs/5.api/3.utils/on-before-route-leave.md
Sébastien Chopin cd7627d9ff chore: wip
2023-03-27 15:17:17 +02:00

386 B

title description
onBeforeRouteLeave The onBeforeRouteLeave composable allows registering a route guard within a component.

onBeforeRouteLeave

The onBeforeRouteLeave composable adds a navigation guard that triggers whenever the component for the current location is about to be left.

::ReadMore{link="https://router.vuejs.org/api/index.html#onbeforerouteleave"} ::