zhuzhuanzhuan
2023-07-18 0ff08c1904b5ccce1ea7f6f040e1a45234c97a9a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };