vue v2.5.0源碼-初始化流程

vue的生命週期 代碼 運行結果 源碼分析   1 function Vue (options) { 2 this._init(options) 3 }   1 Vue.prototype._init = function (options?: Object) { 2 const vm: Component = this 3 4 //監聽對象變化時用於過濾vm 5
相關文章
相關標籤/搜索