houjie
2023-08-19 052f22d681a1ca7b0ed6251b975627e1949d9218
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };