Nuxt/examples/with-errors
Daniel Roe 12304909bc
feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671)
* feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling

* feat: add `@error` event handling

* fix: don't clear error on nav

* fix: remove `clearError` wrapper

* fix: remove outdated implementation

* update clear error

* upddate example with FaultyComponent

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-16 16:49:53 +01:00
..
components feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00
middleware feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
pages feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00
plugins feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
server/middleware feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
app.vue feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00
error.vue feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00
nuxt.config.ts feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
package.json feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
tsconfig.json feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00