dynamic-vue-layout-components
dynamic-vue-layout-components copied to clipboard
how to add custom events to component
trafficstars
I've been trying but haven't been able to since most of the guides on the internet asks for this:
<my-component v-on:my-event="doSomething"></my-component>
and since we are loading my-component dynamically, any way to implement this using your approach?