dynamic-vue-layout-components icon indicating copy to clipboard operation
dynamic-vue-layout-components copied to clipboard

how to add custom events to component

Open ElHex opened this issue 5 years ago • 0 comments
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?

ElHex avatar Aug 29 '20 20:08 ElHex