Nuxt/examples/with-errors/components
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
..
FaultyComponent.vue feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00
ThrowError.vue feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00