Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

聊聊 Vue 的双向数据绑定,Model 如何改变 View,View 又是如何改变 Model 的 #38

Open
lovelmh13 opened this issue Feb 17, 2020 · 0 comments

Comments

@lovelmh13
Copy link
Owner

原题

就是Vue的数据响应和依赖收集

observe(Object.defineProperty)WatcherDep

可以看我之前写的文章:

  1. Vue 2.x 的响应式原理
  2. Vue 2.x 响应数组的更新
  3. Vue 2.x 编译模板(不是虚拟DOM,为了后面的收集依赖,暂时写的)
  4. Vue 2.x 依赖收集
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant