vue中created、mounted等方法整理

created:html加載完成以前,執行。執行順序:父組件-子組件html mounted:html加載完成後執行。執行順序:子組件-父組件函數 methods:事件方法執行this watch:watch是去監聽一個值的變化,而後執行相對應的函數。spa computed:computed是計算屬性,也就是依賴其它的屬性計算所得出最後的值 htm export default { n
相關文章
相關標籤/搜索