摘要: vue父组件调用子组件的方法,获取同步(实时)的返回结果 //父组件 <template> <Child ref="childRef"> </template> <script> import Child from '.Child.vue' components:{ Child, } setup(p 阅读全文
posted @ 2024-04-09 12:40 ☆♂安♀★ 阅读(285) 评论(0) 推荐(0) 编辑