mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
944bba97ca
Co-authored-by: Pooya Parsa <pooya@pi0.io>
13 lines
303 B
Markdown
13 lines
303 B
Markdown
---
|
|
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"}
|