cuijian
2023-10-18 ca8cf61b9b31099ea843c36bf9da4740650cfbc9
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };