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