摘要: 一、Vue父组件调用子组件方法(组件通讯) 利用ref: //父组件 <template> <div class="home"> <HelloWorld ref="mychild"></HelloWorld> <div @click="clickParent">click me</div> </di 阅读全文
posted @ 2021-06-11 09:28 lucky77 阅读(7202) 评论(0) 推荐(1)