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