Closed walts81 closed 6 years ago
With this change you can wire-up custom events from the Vue component in React...
<ViewWrapper component={MyVueComponent} on={{'custom-event': e => console.log(e)}} />
Related to #54
Hi @walts81 and thank you for the PR! Could you please fix the lint error? And also could you please add a test for this behaviour?
With this change you can wire-up custom events from the Vue component in React...
<ViewWrapper component={MyVueComponent} on={{'custom-event': e => console.log(e)}} />