houshuai
2025-07-03 6bbceeae0a692ef60f429dbca889752fcb09ec9a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };