vue 响应式原理

不废话,直接上源码javascript function vue() { this.$data = { aaa: 1 }; this.el = document.getElementById('app'); this.virtualdom = ''; this.observe(this.$data); this.render() } vue.prototype.observe
相关文章
相关标签/搜索