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