vue父組件能夠監聽到子組件的生命週期嗎

vue父組件能夠監聽到子組件的生命週期嗎? 好比有父組件 Parent 和子組件 Child,若是父組件監聽到子組件掛載 mounted 就作一些邏輯處理,能夠經過如下寫法實現:vue // Parent.vue <Child @mounted="doSomething"/> // Child.vue mounted() { this.$emit("mounted"); } 以上須要手動經過 $
相關文章
相關標籤/搜索