mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 10:27:15 +00:00
344 B
344 B
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. ::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/error-handling" file="app.vue"}