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