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