zhuzhuanzhuan
2023-09-01 75a67621878b019bff8743a325da1c00f3e1a2c7
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };