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