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