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