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