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