会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
嘻嘻哈哈biubiubiu
不要抱怨生命中的每一天,美好的日子带给你快乐,倒霉的日子带给你经验,最糟糕的日子带给你教训
博客园
首页
新随笔
联系
管理
2021年1月25日
vue3基础知识学习系列(二)响应式原理实现
摘要: 使用对象的 set/get 方法 模拟实现 vue3 ref 单数据响应 const targetMap = new Map(); let currentEffect; class Dep { constructor(val) { this.effects = new Set(); this._va
阅读全文
posted @ 2021-01-25 16:18 lewiskycc
阅读(95)
评论(0)
推荐(0)
编辑
公告