Vue2.x 生命周期


父子生命周期

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

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

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

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.13.0