Vue.js學習(四):父子組件中的生命週期與鉤子函數的調用順序

借用下面這張圖先簡單瞭解Vue的整個生命週期javascript <div id="app"> <child></child> <button @click="msg++">increase</button> <h2>{{msg}}</h2> <button @click="destroy">destroy</button> </div> 1、建立與掛載(created  and mounted)
相關文章
相關標籤/搜索