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