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