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