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