Nuxt/docs/content/4.examples/1.app/error-handling.md
Clément Ollivier 1a7b570c82
docs(examples): add examples to docs (#3966)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-30 17:59:28 +02:00

336 B

template
Example

Error Handling

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

::alert{type=info icon=👉} Learn more about error handling. ::

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