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