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