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