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