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