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