vue报错 Error in mounted hook: “TypeError: Cannot read properties of undefined (reading ‘$on‘)“
vue错误打印vue.esm.js?a026:628 [Vue warn]: Error in mounted hook: "TypeError: Cannot read properties of undefined (reading '$on')"解决方式: 在main.js加入代码// event Bus 用于无关系组件间的通信。Vue.prototype.$bus = new Vue().
·
vue错误打印
vue.esm.js?a026:628 [Vue warn]: Error in mounted hook: "TypeError: Cannot read properties of undefined (reading '$on')"
解决方式: 在main.js加入代码
// event Bus 用于无关系组件间的通信。
Vue.prototype.$bus = new Vue()
更多推荐
已为社区贡献4条内容
所有评论(0)