We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
hunterliu1003
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: