需要合作伙伴联系我,VX(绿泡泡): w6668263      email:ye583025823@126.com

vue父组件和子组件的生命周期到底谁先执行?

vue父组件和子组件的生命周期到底谁先执行?

加载渲染过程

父beforeCreate->父created->父beforeMount->子beforeCreate->子created->子beforeMount->子mounted->父mounted

子组件更新过程

父beforeUpdate->子beforeUpdate->子updated->父updated

父组件更新过程

父beforeUpdate->父updated

销毁过程

父beforeDestroy->子beforeDestroy->子destroyed->父destroyed

 

文章转载:https://www.cnblogs.com/thinheader/p/9462125.html

 

posted on 2022-03-27 11:43  龙行龘龘9527  阅读(55)  评论(0编辑  收藏  举报

导航