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