一、渲染加载过程
父beforeCreate-->父created-->父beforeMount-->子beforeCreate-->子created-->子beforeMount-->子mounted-->父mounted
二、更新过程
父beforeUpdate -->子 beforeUpdate-->子updated-->父updated
三、销毁过程
父beforeDestory-->子beforeDestory--->子destoryed-->父destoryed
``
父beforeCreate-->父created-->父beforeMount-->子beforeCreate-->子created-->子beforeMount-->子mounted-->父mounted
父beforeUpdate -->子 beforeUpdate-->子updated-->父updated
父beforeDestory-->子beforeDestory--->子destoryed-->父destoryed
``
本文标题:vue 父子组件的生命周期顺序
本文链接:https://www.haomeiwen.com/subject/bwrfmktx.html
网友评论