首页 > TAG信息列表 > tabNum
同一个父组件,兄弟组件相互传参,调用
组件brother2想调用组件brother1的方法,并传参 可以新建一个handler.js文件 import Vue from 'vue'; export default new Vue(); brother1组件方法: import handler from './handler'; methods: { handleEmit () { console.log('tabNum',this.tabNum)同一个父组件,兄弟组件相互传参,调用
组件brother2想调用组件brother1的方法,并传参 可以新建一个handler.js文件 import Vue from 'vue'; export default new Vue(); brother1组件方法: import handler from './handler'; methods: { handleEmit () { console.log('tabNum',this.tabNum)