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