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