mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
14 lines
336 B
Markdown
14 lines
336 B
Markdown
---
|
|
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](/docs/usage/error-handling).
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/errors" file="app.vue"}
|