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