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