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