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