qushaowei
2023-11-18 eb48d3bada053e26def2a94d46dbe115a5a7bb2f
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };