摘要: 传递 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) 编辑