-
Notifications
You must be signed in to change notification settings - Fork 101
-
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
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment