Vue生命週期函數詳解

生命週期圖 生命週期方法 var vm = new Vue({ el: '#app', data: { msg:'ok' }, methods: { show:function () { console.log("執行了show方法"); },
相關文章
相關標籤/搜索