难受就摸头盖骨

vue3-生命周期

 

链接:http://ggz.longpanda.top/article_detail?id=26

 

import { onBeforeMount, onMounted, onBeforeUpdate, onUpdated, onBeforeUnmount, onUnmounted, onActivated, onDeactivated, onErrorCaptured } from 'vue'
 
 
export default {  
  setup() {    
    onBeforeMount(() => {       // ...     })    
    onMounted(() => {       // ...     })    
    onBeforeUpdate(() => {       // ...     })    
    onUpdated(() => {       // ...     })    
    onBeforeUnmount(() => {       // ...     })    
    onUnmounted(() => {       // ...     })    
    onActivated(() => {       // ...     })    
    onDeactivated(() => {       // ...     })    
    onErrorCaptured(() => {       // ...     })  
  }
}

  

posted @ 2022-04-06 17:49  longpanda_怪怪哉  阅读(27)  评论(0编辑  收藏  举报
下定决心了,要把写不出代码就摸后脑勺的习惯给改了! 如果可以~单身待解救~~