lyh
2025-07-31 9d783b455d6d704281ca2743ae45113e23422aad
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };