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