摘要: 一、通过Prop单向传递 /* * 单双向绑定都有 * 父组件@State,子组件@Link,孙组件@Prop * 数据流向:父组件 <--> 子组件 --> 孙组件 */ @Entry @Component export struct BothBinding { @State fatherValu 阅读全文
posted @ 2024-08-03 16:54 xkfx 阅读(50) 评论(0) 推荐(0) 编辑