zenglf
2023-09-11 acde79594a77881ade5cac3a159d1199a7ef3cdf
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };