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