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