上一章節我們知道了在 new Vue() 時,內部會執行一個 this._init() 方法,這個方法是在 initMixin(Vue) 內定義的: export function initMixin(Vue) ...
確定! 回上一頁