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