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