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