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