vue 響應式原理

不廢話,直接上源碼javascript function vue() { this.$data = { aaa: 1 }; this.el = document.getElementById('app'); this.virtualdom = ''; this.observe(this.$data); this.render() } vue.prototype.observe
相關文章
相關標籤/搜索