In my vue.js app, I need to display a list of items which the user can click.
When clicked, each of these items should then fire a modal, containing additional informati
While the accepted answer is great but the modal component has to be designed only for that specific data and it's not reusable.
Here is how I created a reusable modal regardless of data and style :
Modal Component:
close