Category: Routing

Route Validation

Validation logic can be registered for a route via definePageMeta.

More ...

Getting Route Params

The params of the route can be accessed through the useRoute composable.

More ...

SSG with Fallback

A middleware is a special function that gets executed before a route.

More ...

Inline-Middleware

A middleware can be also be created without an external file.

More ...