Hi,
It seems lifecycle hooks of children gets executed before the hooks of parent why is so, is this intended behaviour.
I have seen For example: mounted in a child components gets executed first and beforeCreate in parent component gets executed later.