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