会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Himmelbleu
管理
2023年9月27日
[Vue] provide 出现 undefined、null 的可能情况
摘要: 传递 Ref 类型,不要解包传递,即 .value 传递非 Ref 类型,导致后代组件不会更新数据。 file:[Father.vue] const paper = shallowRef<dia.Paper>(); const graph = shallowRef<dia.Graph>(); //
阅读全文
posted @ 2023-09-27 17:04 Himmelbleu
阅读(42)
评论(0)
推荐(0)
编辑