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