美文网首页
Vue父子组件生命周期

Vue父子组件生命周期

作者: 爱忽悠的唐唐在晃悠 | 来源:发表于2019-07-20 23:29 被阅读0次

顺序: 父组件beforeCreate => 父组件created => 父组件beforeMount => 子组件beforeCreate => 子组件created => 子组件 beforeMount => 子组件mounted => 父组件mounted => 父组件beforeDestroy => 子组件 beforeDestroy

相关文章

网友评论

      本文标题:Vue父子组件生命周期

      本文链接:https://www.haomeiwen.com/subject/xcmplctx.html