Try

A utillity component to wrap around components that may or may not throw and error or reject a promise. Provides you with some logic to handle those errors.

Default Example

With Rejected Promise

Events

Catch Slot

If you want to only show the error handling template on errors, then the catch slot can simplify the logic.