合作联系微信: w6668263      合作联系电话:177-9238-7426     

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  草率的龙果果  阅读(63)  评论(0)    收藏  举报

导航