vue 子组件主动获取父组件的数据和方法

子组件主动获取父组件的数据和方法:


this.$parent.数据

this.$parent.方法

 

在子组件Header.vue里面


------------------------------------------------------------------------

 

转载于:https://www.cnblogs.com/sulanlan/p/9932986.html

你可能感兴趣的:(vue 子组件主动获取父组件的数据和方法)