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