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