This article mainly introduces the interaction method between vue.js $refs and $emit parent-child components. Now I share it with you and give it a reference.
This article introduces the interaction method between vue.js $refs and $emit parent-child components. I would like to share it with you. Without further ado, just look at the code:
父调子 $refs (把父组件的数据传给子组件)
/*Hello.vue :*/
//hello组件
子调父 $emit (把子组件的数据传给父组件) //ps:App.vue 父组件 //Hello.vue 子组件
The above is what I compiled for you. I hope it will be helpful to everyone in the future.
Related articles:
About how to merge Object values when using JavaScript
How to implement verification in Angular
How to implement table sorting in Angular
How to use localstorage and sessionstorage in Vue
The above is the detailed content of How to use vue.js to realize $refs and $emit parent-child component interaction. For more information, please follow other related articles on the PHP Chinese website!