hyingbo
2025-07-10 28180941f0a44cc8f9dcd7b0ee4a02dd9eead6c8
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };