摘要: ### 父组件 ```html const stuRecordInfo = ref({ stuNum: 11111 }) // 接口请求返回 stuRecordInfo.value.stuNum = 22222 ``` ### 子组件 ```html const info = toRef(props 阅读全文
posted @ 2023-08-21 16:00 Better-HTQ 阅读(289) 评论(0) 推荐(0) 编辑