vue错误打印

vue.esm.jsa026:628 [Vue warn]: Error in mounted hook: “TypeError: Cannot read properties of undefined (reading ‘$on’)”

解决方式: 在main.js加入代码

// event Bus 用于无关系组件间的通信。
Vue.prototype.$bus = new Vue()
Logo

前往低代码交流专区

更多推荐