zhaowei
2025-03-14 81e1bdcf2953c8f91b343c7e59fc40f5a016594d
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };