zhangherong
2025-04-02 cf2df31488ea5aff454a89e227704c7cd87e05a4
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };