cuilei
2025-05-08 6e3153f560b32a31caf930ba0338daf238d6bd6a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };