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