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