cuijian
2025-05-28 7e2d31c20b816309cb222c2159c3875623f74385
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };