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