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