其他分享
首页 > 其他分享> > VUE生命周期中的钩子函数及父子组件的执行顺序

VUE生命周期中的钩子函数及父子组件的执行顺序

作者:互联网

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

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

  父beforeUpdate->父updated

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

标签:updated,生命周期,更新过程,钩子,beforeDestroy,beforeUpdate,destroyed,VUE,组件
来源: https://www.cnblogs.com/1024L/p/15442770.html