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