组件通信方式用bus方法进行通信

用this.$bus.on()进行接受时2出现这种错误怎么解决
Error in mounted hook: "TypeError: Cannot read properties of undefined (reading 'on')"

在main.js加
Vue.prototype.$bus = new Vue()