mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
12 lines
386 B
Markdown
12 lines
386 B
Markdown
---
|
|
title: "onBeforeRouteLeave"
|
|
description: 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"}
|
|
::
|