lyh
2025-04-03 78e463e1dbab2dae9cbf98d4f976c08600ba6b3b
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };