hyingbo
2025-06-04 f95bd530f635ab9bad73fba9de3bc7eeb902c54d
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };