Closed
Description
When defining subscriptions in the subscriptions
field or function there doesn't appear to be a way to attach an error handler to them. I like how convenient it is to just define an observable in these blocks and have Vue subscribe and expose the results to the component, but when subscriptions defined in this manner hit an error condition it breaks the application. Would it be possible to:
- Have a way to register an error handler for subscriptions that are created by Vue from this block
- If an error handler isn't defined, have vue route errors to the application level exception handler
Metadata
Metadata
Assignees
Labels
No labels