mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
13 lines
302 B
Markdown
13 lines
302 B
Markdown
---
|
|
template: Example
|
|
---
|
|
|
|
# Error Handling
|
|
|
|
This example shows how to handle errors in different contexts: pages, plugins, components and middleware.
|
|
|
|
::ReadMore{link="/guide/features/error-handling"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/error-handling" file="app.vue"}
|