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