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 am using some of the modals available, and passing information from parent to child normally using props, but, when I try to do the oposite, with $emit, it didn't work. I've tried $root.$emit, $parent.$emit, tried to catch the $emit in the template using @event and with $on as well, without success.
Maybe I am missing something, any thoughts?
The text was updated successfully, but these errors were encountered:
Hello guys, thanks for this amazing dashboard.
I am using some of the modals available, and passing information from parent to child normally using props, but, when I try to do the oposite, with $emit, it didn't work. I've tried $root.$emit, $parent.$emit, tried to catch the $emit in the template using @event and with $on as well, without success.
Maybe I am missing something, any thoughts?
The text was updated successfully, but these errors were encountered: