dillonchanis / vue-error-boundary

A reusable error boundary component for catching JavaScript errors and displaying fallback UIs.
MIT License
91 stars 9 forks source link

Is this compatible with Vue2? #13

Closed dante01yoon closed 9 months ago

dante01yoon commented 10 months ago

Greetings, I see it's for composition api, not available for Vue2.

Do you have examples of vue2 for vue-error-boundary?

dillonchanis commented 9 months ago

Hey, sorry for the late reply. I believe the last version that was built on Vue 2 was 1.0.3. But if you'd rather just build a small component yourself it's really just a wrapper around the errorCaptured API