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