zhaowei
2025-01-13 58848b1a18d29929ba84b0336860f258b913070f
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };