Nuxt/docs/content/4.examples/1.app/error-handling.md

16 lines
444 B
Markdown

---
title: "Error Handling"
description: "This example shows how to handle errors in different contexts: pages, plugins, components and middleware."
toc: false
---
# 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"}
::