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