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