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