摘要:
响应式原理实现 1 // 保存当前需要收集的响应式函数 2 let activeReactiveFn=null 3 class Depend{ 4 constructor(){ 5 this.rectiveFns=new Set() 6 } 7 depend(){ 8 if(activeReacti 阅读全文
posted @ 2023-09-06 17:17
KooTeam
阅读(20)
评论(0)
推荐(0)
Shu-How Zの小窝
Loading...