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