ok
“linengliang”
2023-11-29 bf7db0052845efa3718414f718e8b5a88a674438
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };