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