zhaowei
2025-06-06 82066b669b0056e95d3d51d192708988f9693f61
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };