Mikescops / vue-virtual-grid

🖼️ Vue Virtual Grid Rendering
https://www.npmjs.com/package/vue-virtual-grid
MIT License
51 stars 16 forks source link

OnClick event on rendered component #17

Closed 0ptional closed 3 years ago

0ptional commented 3 years ago

I want to execute a function when the item component was clicked. Is it possible to add an onclick event to the rendered component?

Mikescops commented 3 years ago

It's a component you can do whatever you want with it :smile: