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