[Vuejs]-How to listen eventBus value in vue js

0👍

well I don’t know the exact reason but if you do single import in your eventBus.js the error will go away what is am trying to say is do this in your eventBus.js

import Vue from 'vue'
export default new Vue();

Leave a comment