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