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