zhaowei
2025-01-22 778a19cfe8db7a4cc3125e289199a0af17f5dd73
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };