---
title: "onBeforeRouteUpdate"
description: "The onBeforeRouteUpdate composable allows registering a route guard within a component."
canonical_url: "https://nuxt.com/docs/4.x/api/utils/on-before-route-update"
---
# onBeforeRouteUpdate

> The onBeforeRouteUpdate composable allows registering a route guard within a component.

<read-more icon="i-simple-icons-vuedotjs" target="_blank" title="Vue Router Docs" to="https://router.vuejs.org/api/functions/onbeforerouteupdate">



</read-more>

---

- [Source](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/composables/router.ts)


## Sitemap

See the full [sitemap](https://nuxt.com/sitemap.md) for all pages.
