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