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

Multiple slotted content #2

Closed dillonchanis closed 5 years ago

dillonchanis commented 6 years ago

Totally forgot I left in this.$slots.default[0]. Might want the ability to wrap multiple components at once so we'll want to render all of them. May need to delegate this to a functional component so we can return multiple root elements.

dillonchanis commented 5 years ago

Solved in #5