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