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