I am using as a library Vue.js I have the case of using a component that calls other components the question is how can I issue a function when doing an action within my child component.
example:
that by making click
in the child component change the data of the parent component.
I'm already using vuex but my question is if you can directly change the data of the parent component with the action of the child component, I hope to make you understand thank you very much.