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