vue-final-modal icon indicating copy to clipboard operation
vue-final-modal copied to clipboard

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

Open mikoca opened this issue 1 year ago • 0 comments

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

mikoca avatar Feb 10 '24 17:02 mikoca