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