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