Nuxt/docs/content/1.docs/3.api/3.utils/on-before-route-update.md
Sébastien Chopin 2facf0e594
docs: improve seo titleTemplate and add social images (#9235)
* docs: improve seo titleTemplate and add social images

* chore: update
2022-11-21 16:51:39 +01:00

394 B

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

onBeforeRouteUpdate

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

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