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