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