docs: add link to h3 blogpost (#29794)

This commit is contained in:
Erik Lilja 2024-11-05 12:14:30 +01:00 committed by GitHub
parent ecbcb62ec5
commit e6a9b3cc78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.
::