vue生命週期小總結

beforeCreate:function(){} //組件實例化以前執行的函數 created:function(){} //組件實例化完畢,可是頁面沒有顯示 beforeMount:function(){} //組件掛載前,頁面尚未展現,可是虛擬的DOM已經配置 mounted:function(){} //組件掛載後,這個方法執行後,頁面顯示 beforeUpdate:function(){
相關文章
相關標籤/搜索