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