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