You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Parent.vue file which launch dynamically the right CustomModal.vue with the right VContent.vue.
My VContent.vue file contains a form. I would like to use my CustomModal.vue button to submit it.
My CustomModal.vue file emit the confirm event, but to my Parent.vue. How to emit it to the VContent.vue file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using your dynamic modal functionality like explained here: https://vue-final-modal.org/dynamic-modal
I have a Parent.vue file which launch dynamically the right CustomModal.vue with the right VContent.vue.
My VContent.vue file contains a form. I would like to use my CustomModal.vue button to submit it.
My CustomModal.vue file emit the confirm event, but to my Parent.vue. How to emit it to the VContent.vue file?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions