vue 的bus總線

bus聲明this

global.bus = new Vue()

事件發送code

controlTabbar () {
	global.bus.$emit('pickUp', 'ddd')
},

事件接收事件

global.bus.$on('pickUp', (res) => {
	this.isFocus = true
})
相關文章
相關標籤/搜索