Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Jan 1, 2025
1 parent b0026be commit 41cb329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-concepts/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The props callback receives two arguments:
The props callback must return an object or a promise that resolves to an object. The object must satisfy the props for the component.

## Meta
The `meta` property is used to define metadata for the route. Meta is optional and can be used to define static metadata for the route to reference in the [router route](/core-concepts/router-route) or in [hooks](/advance-concepts/hooks)
The `meta` property is used to define metadata for the route. Meta is optional and can be used to define static metadata for the route to reference in the [router route](/core-concepts/router-route) or in [hooks](/advanced-concepts/hooks)

```ts {7-9}
import HomeView from './components/HomeView.vue'
Expand Down

0 comments on commit 41cb329

Please sign in to comment.