zhaowei
2025-07-03 bf2e77248f05798c3f2904fe24416bb75c9e6476
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };