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