zhaowei
2025-01-07 65f85855e6817f1e7b73afbed0a19be440b33887
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };