'Vuejs: Parent component not updating after updating child component

I need clarity. When there is update in a child component in vuejs, even the parent also triggers its updated hook. But I thought that the parent had already undergone updates in its data, go to update and perhaps resume the initial values, but nothing happens. Does anyone have any idea of this behavior.



Solution 1:[1]

I am not sure but I think you are looking for something like custom events. https://v2.vuejs.org/v2/guide/components-custom-events.html

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 david