摘要: 1.在执行get()前进行依赖收集 更新后 清除依赖 get() { // 渲染watch Dep.target = watcher; // msg 变化了 需要重新执行watch pushTarget(this) // 让当前传入的函数执行 this.getter(); popTarget() } 阅读全文
posted @ 2020-04-11 21:10 1点 阅读(179) 评论(0) 推荐(0) 编辑