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