vue2 底层响应式流程图
2022-11-11 02:55:55 0 举报
vue2 底层响应式流程图
作者其他创作
大纲/内容
new Vue()
initData
Array原型覆盖
addSub
depend
notify
class Dep发布订阅模式
get
set
defineReactive数据响应式
this.walk
Obj
class Observer
observe
initState初始化数据
addDep
timerFunc
flushCallbacks
nextTick($nextTick)
queueWatcher
update
run
class Watcher
updateComponent更新组件的fn
patchVnode
vm.__path __
Vue.prototype._update
new Watcher
mountComponent
$mount(原生)
vm.$mount (拓写)
initMixin(Vue) // _init()
init (Vue.prototype._init)
vue2 底层响应式流程图
diff 算法
diff 算法详细文章https://www.cnblogs.com/caijinghong/p/16879388.html
收藏
收藏
0 条评论
回复 删除
下一页