码迷,mamicode.com
首页 > 其他好文 > 详细

vue 父子组件的生命周期顺序

时间:2018-04-07 17:47:27      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:ted   code   渲染   date   vue   加载   for   更新   div   

一、加载渲染过程

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

二、子组件更新过程

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

三、父组件更新过程

父beforeUpdate->父updated

四、销毁过程

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

vue 父子组件的生命周期顺序

标签:ted   code   渲染   date   vue   加载   for   更新   div   

原文地址:https://www.cnblogs.com/status404/p/8733629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!