- 博客(5)
- 收藏
- 关注
原创 vue3父子组件执行生命周期的顺序
挂载阶段 | 父 beforeCreate → 父 created → 父 beforeMount → 子生命周期 → 父 mounted |// → 子 beforeCreate → 子 created → 子 beforeMount → 子 mounted。// 父 beforeUpdate → 子 beforeUpdate → 子 updated → 父 updated。beforeUnmount() { console.log('父 beforeUnmount');
2025-02-10 10:09:25
442
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人