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