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