lixiangyu
2025-08-18 6aa6125237c35222d8570414eae78fa50a6e9482
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };