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