Nuxt/docs/content/4.examples/1.app/error-handling.md
Clément Ollivier 944bba97ca
docs: update structure (#7047)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 14:54:31 +02:00

303 B

template
Example

Error Handling

This example shows how to handle errors in different contexts: pages, plugins, components and middleware.

::ReadMore{link="/getting-started/error-handling"} ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/error-handling" file="app.vue"}