docs: add link to h3 blogpost (#29794)

This commit is contained in:
Erik Lilja 2024-11-05 12:14:30 +01:00 committed by Daniel Roe
parent db93eaf245
commit 56169bc417
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -158,7 +158,7 @@ export default defineEventHandler((event) => {
})
```
::tip
::tip{to="https://h3.unjs.io/examples/validate-data#validate-params"}
Alternatively, use `getValidatedRouterParams` with a schema validator such as Zod for runtime and type safety.
::