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