How I can pass simple inex props from v-for to <VueFinalModal :modal-id="myId" ?
mikoca opened this issue · 0 comments
mikoca commented
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