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