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