Hi @Coude, thanks for your response.
I can make it working in that way you propose as the component where the close action come from is very deep.
Finally i do it using vuex with a similar approach to this one.
Thanks!
Hi @Coude, thanks for your response.
I can make it working in that way you propose as the component where the close action come from is very deep.
Finally i do it using vuex with a similar approach to this one.
Thanks!
I have one side drawer in my app and want to close it when the user click in one of the elements inside the components in the drawer.
I found this solution but us not working on V1
I try with events with no luck but Im sure there will be a simple solution for this scenario.
Thanks for the help