vue-final / vue-final-modal

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://vue-final-modal.org
MIT License
862 stars 95 forks source link

How I can pass simple inex props from v-for to <VueFinalModal :modal-id="myId" ? #428

Open mikoca opened 4 months ago

mikoca commented 4 months ago

Hi,

How I can pass simple inex props from v-for to <VueFinalModal :modal-id="myId" ? I'm using vfm.open ..

And I would like pass props like: <VueFinalModal :modal-id="modalIdAddOrEditCompanyName" :myIndex="index" display-directive="if" :clickToClose="false"

If is not possible via VueFinalModal , then can you please how I can do with useModal? But I woild like prefer only <VueFinalModal.

Thanks