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