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