We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
相关链接:https://vue-js.com/learn-vue/reactive/#_1-%E5%89%8D%E8%A8%80
1.在Angular中是通过脏值检查流程来实现变化侦测; 2.在React是通过对比虚拟DOM来实现变化侦测, 3.而在Vue中也有自己的一套变化侦测实现机制。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
相关链接:https://vue-js.com/learn-vue/reactive/#_1-%E5%89%8D%E8%A8%80
知识点1:数据驱动视图-变化侦测
1.在Angular中是通过脏值检查流程来实现变化侦测;
2.在React是通过对比虚拟DOM来实现变化侦测,
3.而在Vue中也有自己的一套变化侦测实现机制。
知识点2:Array型数据还是在getter中收集依赖
The text was updated successfully, but these errors were encountered: