用this.$bus.on()进行接受时2出现这种错误怎么解决Error in mounted hook: "TypeError: Cannot read properties of undefined (reading 'on')"
收起
在main.js加Vue.prototype.$bus = new Vue()
报告相同问题?